Skip to content

Commit

Permalink
Added new field to settings.py - 'ROUTER', replacing previous 'MIDDLE…
Browse files Browse the repository at this point in the history
…WARE' field
  • Loading branch information
dotchetter committed Jan 7, 2024
1 parent 346664c commit 8124fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyttman/core/internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, dictionary=None, **kwargs):
dictionary = {}
self.__dict__.update(dictionary)
self.APPEND_LOG_FILES: bool = True
self.MIDDLEWARE: dict | None = None
self.ROUTER: dict | None = None
self.ABILITIES: list | None = None
self.FATAL_EXCEPTION_AUTO_REPLY: list | None = None
self.CLIENT: dict | None = None
Expand Down

0 comments on commit 8124fce

Please sign in to comment.