functions.py 127 B

12345
  1. def Query(msg,cat):
  2. print("alerting " + str(msg) + " in category " + cat)
  3. Query("Testnachricht","Testkategorie")