diff --git a/companion2.py b/companion2.py index e85fcfc..7167ba1 100755 --- a/companion2.py +++ b/companion2.py @@ -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