Update rpitx.py remove another print

beta-cc-hi
Alan Johnston 2 years ago committed by GitHub
parent 3c6df81518
commit 8b2d941e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -523,8 +523,9 @@ if __name__ == "__main__":
print("after ch") print("after ch")
# print(channel) # print(channel)
for chan in range(7): for chan in range(7):
print(channel) # print(channel)
print(chan) print(chan)
print("after for chan")
print("done for") print("done for")
for chan in range(7): for chan in range(7):
print("for loop") print("for loop")

Loading…
Cancel
Save

Powered by TurnKey Linux.