mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
98513d3ca5
commit
13c6c69b0f
|
@ -1028,7 +1028,7 @@ def show_replies_to_post(self, authorized: bool,
|
||||||
else:
|
else:
|
||||||
http_404(self, 62)
|
http_404(self, 62)
|
||||||
return True
|
return True
|
||||||
else:
|
|
||||||
# replies exist. Itterate through the
|
# replies exist. Itterate through the
|
||||||
# text file containing message ids
|
# text file containing message ids
|
||||||
context_str = 'https://www.w3.org/ns/activitystreams'
|
context_str = 'https://www.w3.org/ns/activitystreams'
|
||||||
|
@ -1139,7 +1139,6 @@ def show_replies_to_post(self, authorized: bool,
|
||||||
else:
|
else:
|
||||||
http_404(self, 64)
|
http_404(self, 64)
|
||||||
return True
|
return True
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
def show_notify_post(self, authorized: bool,
|
def show_notify_post(self, authorized: bool,
|
||||||
|
|
Loading…
Reference in New Issue