diff --git a/src/utils/global_vars.py b/src/utils/global_vars.py index b9572a7..8d0a6d1 100644 --- a/src/utils/global_vars.py +++ b/src/utils/global_vars.py @@ -2,5 +2,5 @@ from qwiklabs import account_list PROXY = False ql_list = account_list.QL_AccountList('/home/emamaker/Documents/Projects/GColabAutomator/GColabAutomator-v2/src/qwiklabs_available_accounts.txt') -#TEST_ACCOUNT = False -TEST_ACCOUNT = ("student-03-0556d73e7330@qwiklabs.net", "S3jD9Cn6k5dpW") \ No newline at end of file +TEST_ACCOUNT = False +# TEST_ACCOUNT = ("student-03-0556d73e7330@qwiklabs.net", "S3jD9Cn6k5dpW") \ No newline at end of file