forked from foxo/printer_bot
Update config.example.py
This commit is contained in:
parent
a0bb8ed37a
commit
8fe1268e36
|
@ -17,7 +17,7 @@ UNLOCKED_MSG = 'Printer has been unlocked. Have fun!'
|
||||||
|
|
||||||
# Limits to prevent abuse
|
# Limits to prevent abuse
|
||||||
PASSWORD = '12345' # Set to None if no password required
|
PASSWORD = '12345' # Set to None if no password required
|
||||||
BASE_COOLDOWN = 10 # Seconds between stickers printing
|
BASE_COOLDOWN = 10 # Seconds between stickers printing set to 45 if using VC-500W
|
||||||
MAX_ASPECT_RATIO = 1.5 # Maximum ratio between height/width of sticker
|
MAX_ASPECT_RATIO = 1.5 # Maximum ratio between height/width of sticker
|
||||||
ADMIN_ID = 111111 # Find your own id with the /id command
|
ADMIN_ID = 111111 # Find your own id with the /id command
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue