String type

merge-requests/30/head
Bob Mottram 2024-01-05 16:59:36 +00:00
parent 793a2dfd75
commit 09ef421bf3
1 changed files with 0 additions and 1 deletions

View File

@ -4538,7 +4538,6 @@ class PubServer(BaseHTTPRequestHandler):
post_secs_since_epoch.split('publishedtimesec=')[1]
if '&' in post_secs_since_epoch:
post_secs_since_epoch = post_secs_since_epoch.split('&')[0]
post_secs_since_epoch = float(post_secs_since_epoch)
book_event_type = \
urllib.parse.unquote_plus(remove_reading_status_params)