mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 11:27:08 +01:00
option to use venv or not per module, added tts
This commit is contained in:
@@ -154,21 +154,5 @@ def process_venv():
|
||||
DVMTaskInterface.write_output(result, args.output)
|
||||
|
||||
|
||||
|
||||
#if __name__ == '__main__':
|
||||
#process_venv()
|
||||
|
||||
#env_path = Path('.env')
|
||||
#if env_path.is_file():
|
||||
# print(f'loading environment from {env_path.resolve()}')
|
||||
# dotenv.load_dotenv(env_path, verbose=True, override=True)
|
||||
#else:
|
||||
# raise FileNotFoundError(f'.env file not found at {env_path} ')
|
||||
|
||||
#admin_config = AdminConfig()
|
||||
#admin_config.REBROADCAST_NIP89 = False
|
||||
#admin_config.UPDATE_PROFILE = False
|
||||
#dvm = build_example("Google Translator", "google_translator", admin_config)
|
||||
#dvm.run()
|
||||
|
||||
#keep_alive()
|
||||
if __name__ == '__main__':
|
||||
process_venv()
|
||||
Reference in New Issue
Block a user