mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:44:52 -04:00
Fix pyflakes errors
This commit is contained in:
parent
bcf8eb687a
commit
ac21dfff6d
11 changed files with 11 additions and 31 deletions
|
@ -175,7 +175,7 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
try:
|
||||
yield self.store.store_room(
|
||||
event.room_id,
|
||||
room_id,
|
||||
"",
|
||||
is_public=False
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue