tLower timeout to 10 seconds. - blck - ephemeral pastebin/url shortener
HTML git clone https://git.parazyd.org/blck
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8039a048e1e59621c0cc0bfc7d281f5de12b4d72
DIR parent e6fbbbeaa3b91f8cca9d0787cbef0f95746ee675
HTML 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(-)
---
DIR diff --git a/blck.py b/blck.py
t@@ -31,7 +31,7 @@ def urlget(urlshort):
def del_file(f):
- sleep(60)
+ sleep(10)
remove(join('files', f))