merge: Fix merge and lint issues.

This commit is contained in:
tecnovert
2022-10-11 07:55:35 +02:00
parent e913957e41
commit 58a2707526
10 changed files with 30 additions and 24 deletions

View File

@@ -412,6 +412,7 @@ def js_url_to_function(url_split):
}.get(url_split[2], js_index)
return js_index
def js_generatenotification(self, url_split, post_string, is_json):
swap_client = self.server.swap_client
r = random.randint(0, 3)