cleanup
This commit is contained in:
@ -30,6 +30,7 @@ class LitterboxAsync:
|
||||
def generateRandomFileName(self, fileExt: Optional[str] = None) -> str:
|
||||
"""
|
||||
Generate Random Filename
|
||||
|
||||
Args:
|
||||
fileExt (Optional[str]): File extension to use for naming
|
||||
Returns:
|
||||
@ -44,6 +45,7 @@ class LitterboxAsync:
|
||||
time='1h') -> Optional[str]:
|
||||
"""
|
||||
Upload File to Litterbox
|
||||
|
||||
Args:
|
||||
file (Union[str, bytes, BufferedReader]): File to upload (accepts either filepath or io.BufferedReader)
|
||||
time (str): Expiration time, default: 1h
|
||||
|
Reference in New Issue
Block a user