Skip to content

Commit

Permalink
README.md: Fix invalid import module path
Browse files Browse the repository at this point in the history
  • Loading branch information
juergenhoetzel committed Jul 12, 2024
1 parent bb16bf2 commit af9e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ import logging
from monstr.client.client import Client, ClientPool
from monstr.encrypt import Keys, NIP4Encrypt
from monstr.event.event import Event
from monstr.signing import BasicKeySigner
from monstr.signing.signing import BasicKeySigner

async def do_post(url, text):
# rnd generate some keys
Expand Down

0 comments on commit af9e96c

Please sign in to comment.