mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-20 16:46:42 +01:00
refactor / cleanup
This commit is contained in:
@@ -310,7 +310,6 @@ async def send_job_status_reaction(original_event_id_hex, original_event_author_
|
||||
|
||||
keys = Keys.parse(dvm_config.PRIVATE_KEY)
|
||||
reaction_event = EventBuilder(EventDefinitions.KIND_FEEDBACK, str(content), reply_tags).to_event(keys)
|
||||
# send_event(reaction_event, client=self.client, dvm_config=self.dvm_config)
|
||||
await send_event_outbox(reaction_event, client=client, dvm_config=dvm_config)
|
||||
|
||||
if dvm_config.LOGLEVEL.value >= LogLevel.DEBUG.value:
|
||||
|
||||
Reference in New Issue
Block a user