Update template.py
This commit is contained in:
parent
c181a15288
commit
ec6ddd8698
@ -21,7 +21,7 @@ class BotFunc():
|
|||||||
|
|
||||||
def log_activity(self, **kwargs):
|
def log_activity(self, **kwargs):
|
||||||
# mark that a new command has been executed
|
# 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:
|
def entry_point(self, update: Update, context: CallbackContext) -> None:
|
||||||
if update.message.text:
|
if update.message.text:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user