From b99178fd7b03a7ebd1f65b8b60814a32f13f2333 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Tue, 28 Mar 2023 15:11:11 +0200 Subject: scan timeline, formatting --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 0469806..c1e4e7e 100644 --- a/config.py +++ b/config.py @@ -8,6 +8,9 @@ TOKEN = 'token.secret' # in seconds POLL_INTERVAL = 20 +# in case of DoS, we won't handle too long a status +MAX_STATUS_LENGTH = 1024 + # account username and PW UNAME = "" PW = "" @@ -21,3 +24,4 @@ except: print("account secret not found, please manually input:") UNAME = input("username or email") PW = input("password (not concealed)") + -- cgit v1.2.3-70-g09d2