Add support for private message #1 #70

Merged
thrrgilag merged 6 commits from pnut_pm into main 2021-03-20 13:26:34 +00:00
Showing only changes of commit 4bebfcbc76 - Show all commits

View file

@ -77,6 +77,9 @@ def query_alias(alias):
db_session.add(rr)
db_session.commit()
except pnutpy.errors.PnutPermissionDenied:
abort(401)
except Exception:
logger.exception("-couldn't get the pnut channel-")
abort(404)