il commence a y avoir beaucoup de modifs

This commit is contained in:
piair
2023-09-30 17:41:46 +02:00
parent 90a87d19c7
commit 8ec5aa52ba
5 changed files with 60 additions and 55 deletions

View File

@ -55,8 +55,7 @@ parser.add_argument(
"-v",
"--vnc",
help="enable VNC",
dest="vnc",
default="2345"
dest="vnc"
)
parser.add_argument(
@ -116,7 +115,7 @@ g.discord_enabled_success = discord[discord_conf]["successT"] == "True"
g.avatar_url = settings["avatarlink"]
if not very_custom :
if not g.very_custom :
if g.discord_enabled_error:
webhookFailure = Webhook.from_url(g.discord_error_link, adapter=RequestsWebhookAdapter())
if g.discord_enabled_success:

View File

@ -36,3 +36,4 @@ dev = False
norvege = False
database_error_override = False
fast = False
very_custom=""