Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Fix command router
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Dec 18, 2017
1 parent d29c3b6 commit 164449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Router:
url.
"""
def __init__(self):
self._routes = defaultdict(dict)
self._routes = defaultdict(list)

def register(self, command, handler):
"""
Expand Down

0 comments on commit 164449e

Please sign in to comment.