Remove set response, unrefrenced

This commit is contained in:
Jack Sweeney 2020-11-21 03:52:23 +00:00 committed by GitHub
parent 52601d7889
commit 3ff7f438f4
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ def sendDis(message, map_file_name, config):
with open(map_file_name, "rb") as f:
webhook.add_file(file=f.read(), filename='map.png')
response = webhook.execute()
webhook.execute()