mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-07-29 12:56:36 +02:00
try to catch an error that append in the first account
This commit is contained in:
11
config
11
config
@ -1,3 +1,7 @@
|
||||
from logging import root
|
||||
from requests import NullHandler
|
||||
|
||||
|
||||
[PATH]
|
||||
|
||||
motpath = /your/path/to/words_list.txt
|
||||
@ -19,3 +23,10 @@ errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
||||
enabled = False
|
||||
url = Null
|
||||
port = 0
|
||||
|
||||
[DATABASE]
|
||||
enabled = False
|
||||
url = Null
|
||||
port = 0
|
||||
user = root
|
||||
password = password
|
Reference in New Issue
Block a user