mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
fdcc24ebd4
commit
0dd01a4b1d
|
|
@ -579,7 +579,6 @@ def daemon_http_get(self) -> None:
|
||||||
write2(self, msg)
|
write2(self, msg)
|
||||||
self.server.followers_synchronization = False
|
self.server.followers_synchronization = False
|
||||||
return
|
return
|
||||||
else:
|
|
||||||
# request was not signed
|
# request was not signed
|
||||||
result_json = {
|
result_json = {
|
||||||
"error": "Request not signed"
|
"error": "Request not signed"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue