added a missing config variable

This commit is contained in:
Lynne Megido 2019-02-26 14:38:21 +10:00
parent 55c0733a40
commit cd2a8f0d7b
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

3
main.py Normal file → Executable file
View File

@ -6,7 +6,8 @@ import sqlite3, json
cfg = {
"cw":None,
"mark_sensitive":True
"mark_sensitive":True,
"site":"https://botsin.space"
}
try:
j = json.load(open("config.json"))