command %stats
not working #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NameError: name 'sqlite' is not defined
ERROR name 'sqlite' is not defined
Traceback (most recent call last):
File "/usr/local/kaikout/.venv/lib/python3.11/site-packages/slixmpp/xmlstream/xmlstream.py", line 1107, in handler_callback_routine
await cb(data)
File "/usr/local/kaikout/.venv/lib/python3.11/site-packages/kaikout/xmpp/client.py", line 170, in on_message
await XmppChat.process_message(self, message)
File "/usr/local/kaikout/.venv/lib/python3.11/site-packages/kaikout/xmpp/chat.py", line 510, in process_message
response = XmppCommands.print_statistics(db_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/kaikout/.venv/lib/python3.11/site-packages/kaikout/xmpp/commands.py", line 266, in print_statistics
entries_unread = sqlite.get_number_of_entries_unread(db_file)
^^^^^^
NameError: name 'sqlite' is not defined