diff --git a/constants.py b/constants.py index f91fa0c..d05ac3d 100644 --- a/constants.py +++ b/constants.py @@ -8,5 +8,5 @@ DRY_RUN = False PROJECT = "xfocko%2Fib111-reviews" HOMEWORK = "hwX" SUFFIX = ("", "-opravne")[0] -] +SUBMISSIONS = [] TOKEN = os.getenv("GITLAB_FI_TOKEN")