mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-10 20:12:40 +02:00
Merge branch 'dev' into nostrsdkupdate
This commit is contained in:
2
main.py
2
main.py
@@ -41,7 +41,7 @@ def run_nostr_dvm_with_local_config():
|
||||
bot_config.LNBITS_INVOICE_KEY = os.getenv("LNBITS_INVOICE_KEY")
|
||||
bot_config.LNBITS_URL = os.getenv("LNBITS_HOST")
|
||||
# Finally we add some of the DVMs we created before to the Bot and start it.
|
||||
bot_config.SUPPORTED_TASKS = [sketcher, unstable_artist, translator]
|
||||
bot_config.SUPPORTED_DVMS = [sketcher, unstable_artist, translator]
|
||||
|
||||
bot = Bot
|
||||
nostr_dvm_thread = Thread(target=bot, args=[bot_config])
|
||||
|
Reference in New Issue
Block a user