mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
6cd1653681
commit
5c0e17699d
|
@ -3693,7 +3693,8 @@ def daemon_http_get(self) -> None:
|
||||||
self.server.buy_sites,
|
self.server.buy_sites,
|
||||||
self.server.auto_cw_cache,
|
self.server.auto_cw_cache,
|
||||||
self.server.account_timezone,
|
self.server.account_timezone,
|
||||||
self.server.bold_reading)
|
self.server.bold_reading,
|
||||||
|
self.server.fitness)
|
||||||
self.server.getreq_busy = False
|
self.server.getreq_busy = False
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,8 @@ def reaction_picker2(self, calling_domain: str, path: str,
|
||||||
buy_sites: [],
|
buy_sites: [],
|
||||||
auto_cw_cache: {},
|
auto_cw_cache: {},
|
||||||
account_timezone: {},
|
account_timezone: {},
|
||||||
bold_reading_nicknames: {}) -> None:
|
bold_reading_nicknames: {},
|
||||||
|
fitness: {}) -> None:
|
||||||
"""Press the emoji reaction picker icon at the bottom of the post
|
"""Press the emoji reaction picker icon at the bottom of the post
|
||||||
"""
|
"""
|
||||||
page_number = 1
|
page_number = 1
|
||||||
|
@ -154,7 +155,5 @@ def reaction_picker2(self, calling_domain: str, path: str,
|
||||||
set_headers(self, 'text/html', msglen,
|
set_headers(self, 'text/html', msglen,
|
||||||
cookie, calling_domain, False)
|
cookie, calling_domain, False)
|
||||||
write2(self, msg)
|
write2(self, msg)
|
||||||
fitness_performance(getreq_start_time,
|
fitness_performance(getreq_start_time, fitness,
|
||||||
self.server.fitness,
|
'_GET', 'reaction_picker2', debug)
|
||||||
'_GET', 'reaction_picker2',
|
|
||||||
debug)
|
|
||||||
|
|
Loading…
Reference in New Issue