mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-19 15:14:18 +01:00
use nostr.build api to check for file limits
This commit is contained in:
@@ -17,5 +17,5 @@ if __name__ == '__main__':
|
||||
raise FileNotFoundError(f'.env file not found at {env_path} ')
|
||||
|
||||
|
||||
asyncio.run(upload_media_to_hoster("tests/output.wav"))
|
||||
asyncio.run(upload_media_to_hoster("tests/output.wav", "key", True))
|
||||
# asyncio.run(upload_media_to_hoster("tests/test.jpeg", dvm_config))
|
||||
|
||||
Reference in New Issue
Block a user