This commit is contained in:
Aevann1 2021-07-27 02:05:58 +02:00
parent f534c510ad
commit e995caafcb
19 changed files with 69 additions and 349 deletions

View file

@ -867,7 +867,7 @@ def submit_post(v):
# check for embeddable video
domain = parsed_url.netloc
if request.files.get('file') and not v.can_submit_image:
if request.files.get('file') and not v.dramacoins >= 0:
abort(403)