correction d'erreur de compilation

This commit is contained in:
2022-03-31 23:07:17 +02:00
parent 5e41da6e71
commit b031f87a55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ def on_ready_for_otp(e: Event, commandor: CommandorPage):
def start_book():
start_slot_number = 18
start_slot_number = 1
end_slot_number = 21
for i in range(start_slot_number, end_slot_number + 1):
card_pool.reset()
+1 -1
View File
@@ -1,7 +1,7 @@
import logging
import sys
from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor
from apscheduler.executors.pool import ThreadPoolExecutor, ProcessPoolExecutor
from apscheduler.schedulers.blocking import BlockingScheduler
from logs.AppLogging import init_logger