forked from rDrama/rDrama
1
0
Fork 0

make the default HOLE_COST 0 (for testing purposes)

master
Aevann1 2022-06-10 20:14:24 +02:00
parent 733ac0e319
commit 4910681c6f
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ elif SITE == 'watchpeopledie.co':
WELCOME_MSG = f"Welcome to {SITE_NAME}!"
ROLES={}
else:
HOLE_COST = 10000
HOLE_COST = 0
NOTIFICATIONS_ID = 1
AUTOJANNY_ID = 2
SNAPPY_ID = 3