blck

ephemeral pastebin/url shortener
git clone https://git.parazyd.org/blck
Log | Files | Refs | README | LICENSE

commit 8039a048e1e59621c0cc0bfc7d281f5de12b4d72
parent e6fbbbeaa3b91f8cca9d0787cbef0f95746ee675
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  9 Feb 2021 09:20:35 +0100

Lower timeout to 10 seconds.

Diffstat:
Mblck.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))