Skip to content
Snippets Groups Projects
Commit 4fd3fdd4 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Check for loops 4 moves back

parent bbbfc5be
Branches master
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ if __name__ == '__main__':
listen_keys({'s': lambda: save_screenshot(win)})
buf = deque([], maxlen=3)
buf = deque([], maxlen=4)
def vprint(*args, **kwargs):
if verbose:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment