Commit 4fd3fdd4 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Check for loops 4 moves back

parent bbbfc5be
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment