Skip to content

Commit

Permalink
showspectrum: fixed f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
GuenterQuast committed Dec 27, 2023
1 parent 697c3eb commit 07f96b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiacode-examples/show-spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def on_mpl_window_closed(ax):
elif serial_number is not None:
print(f' connect via USB to device with SN {serial_number}')
else:
print(f' connect via USB')
print(' connect via USB')

# ------
# initialize and connect to RC10x device
Expand Down

0 comments on commit 07f96b6

Please sign in to comment.