Fix formatting

This commit is contained in:
askiiart 2022-11-16 14:15:06 +00:00
parent 989f023f26
commit 3a28472640

View file

@ -64,13 +64,13 @@ try:
error += ': STOP_BYTE_ERROR' error += ': STOP_BYTE_ERROR'
else: else:
print('Error: {}'.format(link.status)) print('Error: {}'.format(link.status))
link.close() link.close()
except KeyboardInterrupt: except KeyboardInterrupt:
try: try:
link.close() link.close()
except: except:
pass pass
@ -81,6 +81,6 @@ except:
try: try:
link.close() link.close()
except: except:
pass pass