tinyctf-platform
tinyctf-platform copied to clipboard
Imports task
Hello!
When I run python task_import.py
then I get next error:
Traceback (most recent call last):
File "task_import.py", line 36, in <module>
old_cat_count = len(list(cat_table))
TypeError: iter() returned non-iterator of type 'list'