Skip to content

Commit

Permalink
Update companion.py
Browse files Browse the repository at this point in the history
Delete the comment "Uploaded by Companion for Linux (yay!)"
  • Loading branch information
zxp19821005 authored Feb 8, 2023
1 parent 5e00cc2 commit 7c559cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ async def handleJson(websocket, requestjson, allowed):
r = requests.post(
fileUrl,
files={
"comment": ("comment", "Uploaded by Companion for Linux (yay!)"),
"comment": ("comment", ""),
"file": (fileName, f)
},
headers=headers
Expand Down

0 comments on commit 7c559cf

Please sign in to comment.