Merge pull request #29 from Fingadumbledore/game

mate_logic
This commit is contained in:
Fingadumbledore 2022-12-02 19:42:04 +01:00 committed by GitHub
commit 31d11fb4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"):