This commit is contained in:
Aevann1 2021-10-08 04:14:54 +02:00
parent 73bf0b3a30
commit 002e55476c
21 changed files with 1 additions and 129 deletions

View file

@ -9,7 +9,6 @@ from .const import *
def send_notification(vid, user, text):
# for when working outside request context
if isinstance(user, int):
uid = user
else: