We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d23a0a commit 70a20b4Copy full SHA for 70a20b4
1 file changed
docs/attach/index.md
@@ -52,7 +52,7 @@ load_dotenv()
52
53
async def main():
54
async with await sa.login_by_id(os.environ["SA_ID"]) as sess:
55
- sess.update()
+ await sess.update()
56
print(repr(sess))
57
58
if __name__ == "__main__":
0 commit comments