Skip to content

Commit

Permalink
QOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hiermann committed Jan 13, 2022
1 parent d88ae49 commit 0cf7792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def send_telemetry(data, client):
await client.send_message(message)

except Exception as error:
pass
print(error.args[0])
finally:
await client.disconnect()

Expand Down

0 comments on commit 0cf7792

Please sign in to comment.