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'
else:
print('Error: {}'.format(link.status))
link.close()
except KeyboardInterrupt:
try:
link.close()
except:
pass
@ -81,6 +81,6 @@ except:
try:
link.close()
except:
pass