mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
[CONFIG] Of course it's print !
This commit is contained in:
@@ -21,7 +21,7 @@ def debug(message):
|
|||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
logging.info(message)
|
logging.info(message)
|
||||||
else:
|
else:
|
||||||
printf(message)
|
print(message)
|
||||||
|
|
||||||
|
|
||||||
# connect to the database
|
# connect to the database
|
||||||
|
|||||||
Reference in New Issue
Block a user