balidani / tinyctf-platform

Yet another CTF platform
MIT License
146 stars 58 forks source link

Imports task #14

Open ranebull opened 6 years ago

ranebull commented 6 years ago

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'