Skip to content

Commit 0da05b9

Browse files
m-kuhnsuricactus
authored andcommitted
Fix instructions in readme
1 parent 8502e1b commit 0da05b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import requests
1313
from qfieldcloud_sdk import sdk
1414
15-
client = sdk.Client(
16-
url="https://app.qfield.cloud/api/v1/",
15+
client = sdk.Client(url="https://app.qfield.cloud/api/v1/")
16+
client.login(
1717
username="user1",
1818
password="pass1",
1919
)

0 commit comments

Comments
 (0)