mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-26 19:27:16 +02:00
fix a bug in the bot that prevented it from using multple inbox relays
This commit is contained in:
@@ -617,8 +617,9 @@ class Bot:
|
||||
relay_list = ["relays"]
|
||||
for relay in self.dvm_config.RELAY_LIST:
|
||||
relay_list.append(relay)
|
||||
relays = Tag.parse(relay_list)
|
||||
tags.append(relays)
|
||||
|
||||
relays = Tag.parse(relay_list)
|
||||
tags.append(relays)
|
||||
|
||||
return tags
|
||||
|
||||
|
Reference in New Issue
Block a user