submit_to_gc: Forgot to remove my debugging "trick"

This commit is contained in:
Levent Duivel 2023-10-13 14:09:19 +05:00 committed by GitHub
parent 28f4c011f1
commit b4fe2e7183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ def main():
if not gc_ids:
print(f'Пропускаем {k} (нет в базе)')
continue
if gc_achievements.get(str(gc_ids[0]), {'category_id': 123})['category_id'] == 0:
ids_to_submit += gc_ids
# if gc_achievements.get(str(gc_ids[0]), {'category_id': 123})['category_id'] == 0:
ids_to_submit += gc_ids
submit_ids(ids_to_submit, cookies)