Attempt to fix issue with slow unpickling..
This commit is contained in:
parent
cb39e5a00e
commit
930bf099a3
2 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue