Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def save_game(background_img,star_img,enemy_img,platform_img,dude_img):
|
|
103 |
r = requests.get(f'{save_data}game_data.json')
|
104 |
lod = json.loads(r.text)
|
105 |
#out_lod.append(lod)
|
106 |
-
print (
|
107 |
except:
|
108 |
lod=[]
|
109 |
pass
|
@@ -179,7 +179,7 @@ function(text_input,url_params) {
|
|
179 |
words=iframe2.innerText;
|
180 |
console.log(iframe);
|
181 |
console.log(iframe2);
|
182 |
-
console.log(words);
|
183 |
|
184 |
text_input = words;
|
185 |
console.log(text_input);
|
|
|
103 |
r = requests.get(f'{save_data}game_data.json')
|
104 |
lod = json.loads(r.text)
|
105 |
#out_lod.append(lod)
|
106 |
+
print (lod)
|
107 |
except:
|
108 |
lod=[]
|
109 |
pass
|
|
|
179 |
words=iframe2.innerText;
|
180 |
console.log(iframe);
|
181 |
console.log(iframe2);
|
182 |
+
console.log("words"+words);
|
183 |
|
184 |
text_input = words;
|
185 |
console.log(text_input);
|