added a missing config variable
This commit is contained in:
parent
55c0733a40
commit
cd2a8f0d7b
1 changed files with 2 additions and 1 deletions
3
main.py
Normal file → Executable file
3
main.py
Normal file → Executable 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"))
|
||||
|
|
Reference in a new issue