fix response

This commit is contained in:
Karol Cyganik 2024-05-14 12:05:53 +02:00
parent 53628482e7
commit e114203287
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class NLG():
if msg == "imieMSG":
return "Mam na imie JARVIS"
else:
return "Nie rozumiem"
return ""
if __name__ == "__main__":