mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-01 23:05:21 +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"]
|
relay_list = ["relays"]
|
||||||
for relay in self.dvm_config.RELAY_LIST:
|
for relay in self.dvm_config.RELAY_LIST:
|
||||||
relay_list.append(relay)
|
relay_list.append(relay)
|
||||||
relays = Tag.parse(relay_list)
|
|
||||||
tags.append(relays)
|
relays = Tag.parse(relay_list)
|
||||||
|
tags.append(relays)
|
||||||
|
|
||||||
return tags
|
return tags
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user