mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
Fix pep8
This commit is contained in:
parent
b2327eb9cb
commit
495ea92350
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
|
||||||
def user_ips_analyze(txn):
|
def user_ips_analyze(txn):
|
||||||
txn.execute("ANALYZE user_ips")
|
txn.execute("ANALYZE user_ips")
|
||||||
|
|
||||||
end_last_seen = yield self.runInteraction(
|
yield self.runInteraction(
|
||||||
"user_ips_analyze", user_ips_analyze
|
"user_ips_analyze", user_ips_analyze
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue