mirror of https://gitlab.com/bashrc2/epicyon
reading
parent
52950d5aa7
commit
9d9a22ce71
|
@ -4530,7 +4530,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
reading_actor = reading_actor.split('&')[0]
|
reading_actor = reading_actor.split('&')[0]
|
||||||
|
|
||||||
print('DEBUG: removereadingstatus 7 ' +
|
print('DEBUG: removereadingstatus 7 ' +
|
||||||
reader_actor + ' ' + origin_path_str)
|
reading_actor + ' ' + origin_path_str)
|
||||||
if reading_actor == origin_path_str:
|
if reading_actor == origin_path_str:
|
||||||
post_secs_since_epoch = \
|
post_secs_since_epoch = \
|
||||||
urllib.parse.unquote_plus(remove_reading_status_params)
|
urllib.parse.unquote_plus(remove_reading_status_params)
|
||||||
|
|
Loading…
Reference in New Issue