forked from rDrama/rDrama
1
0
Fork 0

blackjack on flairs

master
Aevann 2023-10-31 23:35:05 +03:00
parent b30d19a376
commit 4590381947
1 changed files with 2 additions and 0 deletions

View File

@ -932,6 +932,8 @@ def settings_change_flair(v):
if len(flair_html) > 1000:
abort(400, "Flair too long!")
execute_blackjack(v, None, flair, "flair")
else:
flair_html = None