commit 8039a048e1e59621c0cc0bfc7d281f5de12b4d72 parent e6fbbbeaa3b91f8cca9d0787cbef0f95746ee675 Author: parazyd <parazyd@dyne.org> Date: Tue, 9 Feb 2021 09:20:35 +0100 Lower timeout to 10 seconds. Diffstat:
M | blck.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blck.py b/blck.py @@ -31,7 +31,7 @@ def urlget(urlshort): def del_file(f): - sleep(60) + sleep(10) remove(join('files', f))