Update template.py

This commit is contained in:
Rémy Moll 2022-01-28 09:44:08 +01:00 committed by GitHub
parent c181a15288
commit ec6ddd8698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ class BotFunc():
def log_activity(self, **kwargs):
# mark that a new command has been executed
self.db_utils.sensor_log(**kwargs)
self.db_utils.chat_log(**kwargs)
def entry_point(self, update: Update, context: CallbackContext) -> None:
if update.message.text: