Attempt to fix issue with slow unpickling..

This commit is contained in:
Dima Gerasimov 2018-11-16 22:33:51 +00:00
parent cb39e5a00e
commit 930bf099a3
2 changed files with 6 additions and 6 deletions

View file

@ -18,6 +18,5 @@ if len(sys.argv) > 1:
raise RuntimeError(f"Unknown command {cmd}")
else:
for p in get_groups(cached=True):
pass
print(p)
# TODO need datetime!
# print(p)