!return code

This commit is contained in:
AF 2020-08-23 00:11:20 +03:00
parent c9d8be1a24
commit 41b1579785

View File

@ -342,7 +342,7 @@ class DBStorage(PushStorage):
@staticmethod
def pushsubscription(subscription: dict):
assert run(["node", "v25pushx/push.js"], input=json.dumps({
assert not run(["node", "v25pushx/push.js"], input=json.dumps({
"subscription": subscription,
"notification": {
"notification": {