summaryrefslogtreecommitdiff
path: root/commands/event.py
diff options
context:
space:
mode:
authorMikhail Kirillov <w96k@runbox.com>2024-10-10 04:26:56 +0400
committerMikhail Kirillov <w96k@runbox.com>2024-10-10 04:26:56 +0400
commit8d2d5acde9d4d7d44d93c386e541692f4e45a271 (patch)
tree538f9251aa703fb1d8ba585de098fc956321d652 /commands/event.py
parent9be02d9141c14a3e3ca28567dbaff671de83200f (diff)
fixup! Fix #9. Add events commands
Diffstat (limited to 'commands/event.py')
-rw-r--r--commands/event.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/event.py b/commands/event.py
index 47c34ea..5a7bf69 100644
--- a/commands/event.py
+++ b/commands/event.py
@@ -88,7 +88,6 @@ async def list_events(
context_init(context)
events = context.chat_data["events"]
- movies = context.chat_data["movies"]
events_formatted: str = ""