BroTeoTM commited on
Commit
0e7c348
·
verified ·
1 Parent(s): 75d2cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ if click == 1:
113
  maxdate = ""
114
  maxid = ""
115
  lastresult = []
116
- baseurl = "https://github.com/vietvudanh/vietlott-data/raw/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,7 +162,7 @@ if click == 1:
162
  maxdate = ""
163
  maxid = ""
164
  lastresult = []
165
- baseurl = "https://github.com/vietvudanh/vietlott-data/raw/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
 
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