mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 16:14:36 +00:00
commit
31d11fb4df
9
main.py
9
main.py
@ -62,6 +62,15 @@ def warning_log(warning):
|
||||
log = date
|
||||
datei.close()
|
||||
|
||||
# Materechner Logic
|
||||
''''
|
||||
def mate_logik(sorte, anzahl):
|
||||
anzahl = anzahl + 1
|
||||
koffeingehalt = 0
|
||||
match sorte:
|
||||
case "Mio Mio":
|
||||
koffeingehalt = '''
|
||||
|
||||
# Qr-code generator#
|
||||
def create_qr(id):
|
||||
if not os.path.exists("./static/img/qr.png"):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user