Skip to content

Commit

Permalink
Quick fix for Emulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBraml committed Apr 17, 2024
1 parent 6154ca5 commit 136005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_instrument_control_lib/playground/Emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def response_data() -> int:


if __name__ == '__main__':
if len(sys.argv) != 2:
if len(sys.argv) != 3:
print('Invalid number of arguments. Expected IP and port of host.')
host = sys.argv[1]
port = int(sys.argv[2])
Expand Down

0 comments on commit 136005d

Please sign in to comment.