mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2026-01-03 19:45:28 -05:00
Make None optional
This commit is contained in:
parent
11faa4296d
commit
54cc69154e
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class EventBase(object):
|
|||
|
||||
return d
|
||||
|
||||
def get(self, key, default):
|
||||
def get(self, key, default=None):
|
||||
return self._event_dict.get(key, default)
|
||||
|
||||
def get_internal_metadata_dict(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue