Skip to content

Commit

Permalink
comment debug msgbox
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelSchm committed Oct 23, 2023
1 parent ae7726c commit 5039df8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MS-Teams-Busy-Light.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
match status:
case "Available":
#msgbox(msg="Available was read successfully",title="MS-Teams-Busy-Light Script")
msgbox(now_script)
msgbox(now_statuslog)
ser.write(b'Green')
time.sleep(2)
case "Busy":
Expand Down Expand Up @@ -109,7 +107,7 @@
time.sleep(2)
case "Outdated":
#msgbox(msg="NoNetwork was read successfully",title="MS-Teams-Busy-Light Script")
ser.write(b'green')
ser.write(b'Green')
time.sleep(2)
case _:
msgbox(msg="MS Teams Presence Status Script: The following Status is not yet known and needs to be added to the python Script: \n" + status,title="MS-Teams-Busy-Light Script")
Expand Down

0 comments on commit 5039df8

Please sign in to comment.