Skip to content

Commit

Permalink
no need to clear those variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Romani committed Mar 7, 2023
1 parent 2c2ecd1 commit 182fac5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ def main_for_role_question():
device_first_correct = ""

while True:
# clear data from parsing of previous message
device_name = ""
msg_type = ""
msg_content = ""

message = radio.receive()
if message:
device_name, msg_type, msg_content = parse_radio_msg(message)
Expand Down

0 comments on commit 182fac5

Please sign in to comment.