client utils import fix hopefully
This commit is contained in:
parent
ff01effeb8
commit
333ef3a31f
|
@ -47,8 +47,8 @@ def message_from_editor():
|
|||
###
|
||||
|
||||
def send_post(client, message):
|
||||
from atproto.client_utils import TextBuilder
|
||||
text = TextBuilder().text(message)
|
||||
from atproto import client_utils
|
||||
text = client_utils.TextBuilder().text(message)
|
||||
return client.post(text)
|
||||
|
||||
def get_posted_text(client, uri):
|
||||
|
|
Loading…
Reference in New Issue
Block a user