Skip to content

Commit ced4c79

Browse files
FranjeGuejestrycore
authored andcommitted
Update README.md - python minor changes
minor changes on README
1 parent de25428 commit ced4c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

umu.openwinecomponents.org/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Python query example:
4141
import requests
4242
4343
# Define the base URL of the API endpoint
44-
base_url = https://umu.openwinecomponents.org/umu_api.php"
44+
base_url = "https://umu.openwinecomponents.org/umu_api.php"
4545
4646
# Define the parameters for the GET request
4747
params = {"codename": "codename", "store": "store"}
@@ -54,5 +54,5 @@ data = response.json()
5454
5555
# Print the data
5656
for item in data:
57-
print(f"Title: {item['title']}, ULGWL ID: {item['ulgwl_id']}")
57+
print(f"Title: {item['title']}, UMU ID: {item['umu_id']}")
5858
```

0 commit comments

Comments
 (0)