Spaces:
Running
Running
Update tools_service.py
Browse files- tools_service.py +1 -1
tools_service.py
CHANGED
|
@@ -144,7 +144,7 @@ QUAN TR峄孨G:
|
|
| 144 |
print(f"Event Code: {event_code}")
|
| 145 |
|
| 146 |
try:
|
| 147 |
-
url = f"https://
|
| 148 |
params = {"eventCode": event_code}
|
| 149 |
|
| 150 |
print(f"URL: {url}")
|
|
|
|
| 144 |
print(f"Event Code: {event_code}")
|
| 145 |
|
| 146 |
try:
|
| 147 |
+
url = f"https://hoalacrent.io.vn/api/v0/event/get-event-by-event-code"
|
| 148 |
params = {"eventCode": event_code}
|
| 149 |
|
| 150 |
print(f"URL: {url}")
|