mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-04-17 20:56:53 -04:00
Fix handling unknown notification
This commit is contained in:
@@ -104,6 +104,7 @@ class Server():
|
||||
method = self._notifications.get(request.method)
|
||||
if not method:
|
||||
logging.error("Received uknown notification: %s", request.method)
|
||||
return
|
||||
|
||||
callback, internal = method
|
||||
if internal:
|
||||
|
||||
Reference in New Issue
Block a user