We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9996fdb commit 5e67817Copy full SHA for 5e67817
1 file changed
pythonanywhere_core/files.py
@@ -116,7 +116,7 @@ def path_delete(self, path: str) -> int:
116
f"DELETE on {url} failed, got {result}{self._error_msg(result)}"
117
)
118
119
- def sharing_post(self, path: str) -> Tuple[int, str]:
+ def sharing_post(self, path: str) -> Tuple[str, str]:
120
"""Starts sharing a file at `path`.
121
122
Returns a tuple with a message and sharing link on
0 commit comments