Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ if click == 1:
|
|
| 113 |
maxdate = ""
|
| 114 |
maxid = ""
|
| 115 |
lastresult = []
|
| 116 |
-
baseurl = "https://github.com/
|
| 117 |
url = baseurl
|
| 118 |
i = 1
|
| 119 |
FILE_TO_SAVE_AS = path+"/power655.jsonl" # the name you want to save file as
|
|
@@ -162,7 +162,7 @@ if click == 1:
|
|
| 162 |
maxdate = ""
|
| 163 |
maxid = ""
|
| 164 |
lastresult = []
|
| 165 |
-
baseurl = "https://github.com/
|
| 166 |
url = baseurl
|
| 167 |
i = 1
|
| 168 |
FILE_TO_SAVE_AS = path+"/power645.jsonl" # the name you want to save file as
|
|
|
|
| 113 |
maxdate = ""
|
| 114 |
maxid = ""
|
| 115 |
lastresult = []
|
| 116 |
+
baseurl = "https://github.com/thanhnhu/vietlott/raw/refs/heads/master/data/power655.jsonl"
|
| 117 |
url = baseurl
|
| 118 |
i = 1
|
| 119 |
FILE_TO_SAVE_AS = path+"/power655.jsonl" # the name you want to save file as
|
|
|
|
| 162 |
maxdate = ""
|
| 163 |
maxid = ""
|
| 164 |
lastresult = []
|
| 165 |
+
baseurl = "https://github.com/thanhnhu/vietlott/raw/refs/heads/master/data/power645.jsonl"
|
| 166 |
url = baseurl
|
| 167 |
i = 1
|
| 168 |
FILE_TO_SAVE_AS = path+"/power645.jsonl" # the name you want to save file as
|