Skip to content

Commit

Permalink
Update companion2.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 bfaa989 commit 5e00cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion2.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def process_IN_MODIFY(self, event):
result = requests.post(
self._uploadUrl,
files={
"comment": ("comment", "Uploaded by Companion for Linux (yay!)"),
"comment": ("comment", ""),
"file": (self._fileName, f)
},
headers=headers
Expand Down

0 comments on commit 5e00cc2

Please sign in to comment.