test webhook

pull/147/head
Aevann 2023-05-09 23:12:34 +03:00
parent b851f35372
commit 002fabaf0e
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ def remove_media_using_link(path):
path = path.split(SITE, 1)[1]
os.remove(path)
def media_ratelimit(v):
t = time.time() - 86400
count = g.db.query(Media).filter(Media.user_id == v.id, Media.created_utc > t).count()