From 8fe1268e365c072125cad801ffee2ca2bc055550 Mon Sep 17 00:00:00 2001 From: Thatkev Date: Thu, 11 Jul 2024 10:44:08 +0000 Subject: [PATCH] Update config.example.py --- config.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.py b/config.example.py index 2ac97e1..c6456e1 100644 --- a/config.example.py +++ b/config.example.py @@ -17,7 +17,7 @@ UNLOCKED_MSG = 'Printer has been unlocked. Have fun!' # Limits to prevent abuse 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 ADMIN_ID = 111111 # Find your own id with the /id command