diff --git a/cm_bot_hal.py b/cm_bot_hal.py index addd562..60f2232 100644 --- a/cm_bot_hal.py +++ b/cm_bot_hal.py @@ -159,6 +159,7 @@ class CM_BOT_HAL: ) if result == False: raise Exception('Failed to insert user to table user') + return result def get_user_credit(self, f_username: str, f_password: str): cm_bot = CM_BOT()