Skip to content
Snippets Groups Projects
Commit 6e7a8539 authored by Petitminion's avatar Petitminion
Browse files

lint:db.py

parent 1df4d887
No related branches found
No related tags found
No related merge requests found
Pipeline #36632 passed with warnings
...@@ -132,7 +132,9 @@ class DB: ...@@ -132,7 +132,9 @@ class DB:
if check["open_registrations"]: if check["open_registrations"]:
self.increment_stat( self.increment_stat(
data["instances"], "openRegistrations", int(check["open_registrations"]) data["instances"],
"openRegistrations",
int(check["open_registrations"]),
) )
if check["anonymous_can_listen"]: if check["anonymous_can_listen"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment