Compare commits
No commits in common. "74e03916b78f1d44494afbcdf2fdebbd8cf0e9ca" and "aa200e4aa683eb6875662265cef684a050720b54" have entirely different histories.
74e03916b7
...
aa200e4aa6
2
main.py
2
main.py
|
@ -127,7 +127,7 @@ def add_task(project_id: int, title: str, description: str = ""):
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response = session.put(
|
response = session.post(
|
||||||
f"{VIKUNJA_URL}/api/v1/projects/{project_id}/tasks",
|
f"{VIKUNJA_URL}/api/v1/projects/{project_id}/tasks",
|
||||||
json=task_payload
|
json=task_payload
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue