mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-04 14:54:20 +01:00
refactor / cleanup
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import asyncio
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
import dotenv
|
||||
from nostr_sdk import Keys
|
||||
|
||||
|
||||
from nostr_dvm.utils.output_utils import upload_media_to_hoster
|
||||
|
||||
@@ -17,5 +14,4 @@ if __name__ == '__main__':
|
||||
raise FileNotFoundError(f'.env file not found at {env_path} ')
|
||||
|
||||
|
||||
asyncio.run(upload_media_to_hoster("tests/output.wav", "key", True))
|
||||
# asyncio.run(upload_media_to_hoster("tests/test.jpeg", dvm_config))
|
||||
asyncio.run(upload_media_to_hoster("tests/output.wav", "key", True))
|
||||
Reference in New Issue
Block a user