diff options
| author | Tianhao Wang <tianhao.wang2@mailbox.tu-dresden.de> | 2023-10-14 00:06:43 +0200 |
|---|---|---|
| committer | Tianhao Wang <tianhao.wang2@mailbox.tu-dresden.de> | 2023-10-14 00:06:43 +0200 |
| commit | b8bafe04d61d6b001844b6e6dc8e0d0ef4a8ad7c (patch) | |
| tree | 9b268735279bacc724b7a0ed8591178a8492f04c /config.py | |
| parent | 2580e02140f112e8797807620e36712489039754 (diff) | |
foolproof
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +# FOOLPROOF: MODIFY THIS CONFIG AND +# DELETE THE FOLLOWING TWO LINES +print("You are not running a script from internet without inspecting, are you?") +exit() + APPNAME = 'bot_id' BASEURL = 'https://_instance_' |
