@@ -26,7 +26,7 @@ class ApplicationApi:
def upload(self, version: str, file_path: str):
data = {'version': version}
files = {'file': file_path}
files = {'file': open(file_path, 'rb')}
return self.method('POST', 'upload', data=data, files=files)
The note is not visible to the blocked user.