forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-07-31 23:54:51 +02:00
parent bcf4b740ed
commit cbd54a6473
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def badge_grant_post(v):
new_badge = Badge(badge_id=badge_id,
user_id=user.id,
created_utc=int(time.time())
#created_utc=int(time.time())
)
desc = request.form.get("description")