Separate services - app, db, and job #1

Open
swapnil wants to merge 36 commits from swapnil/inoreader2readwise:main into main
Showing only changes of commit 8fd838ce23 - Show all commits

View File

@ -186,7 +186,7 @@ def raise_for_status(response):
try:
msg = response.json().get('error', '')
except:
pass
msg = response.text
raise Exception(f'HTTPError: {response.status_code} \n Message: {msg}')
if __name__ == '__main__':