mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 18:56:26 +01:00
allow external dvms to be added to the bot
This commit is contained in:
@@ -83,7 +83,6 @@ def post_process_result(anno, original_event):
|
||||
elif isinstance(anno, NoneType):
|
||||
return "An error occurred"
|
||||
else:
|
||||
print("Nonetype")
|
||||
result = replace_broken_words(anno) # TODO
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user