old-commit-hash: 07e75c7cb8
07e75c7cb8
@ -455,11 +455,6 @@ def cancelUpload(upload_id: Union[str, List[str]]) -> Dict[str, Union[int, str]]
return {"success": 1}
@dispatcher.add_method
def primeActivated(activated: bool) -> Dict[str, int]:
def setBandwithLimit(upload_speed_kbps: int, download_speed_kbps: int) -> Dict[str, Union[int, str]]:
if not AGNOS: