prozorov commited on
Commit
55247ca
·
verified ·
1 Parent(s): 3abb355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from requests.exceptions import RequestException
15
  with open('index.html', 'r', encoding='utf-8') as file:
16
  cheatsheet_template = file.read()
17
 
18
- with open('sripts.js', 'r', encoding='utf-8') as file:
19
  scripts = """
20
  async () => {
21
  function waitForElementById(id, callback) {
 
15
  with open('index.html', 'r', encoding='utf-8') as file:
16
  cheatsheet_template = file.read()
17
 
18
+ with open('scripts.js', 'r', encoding='utf-8') as file:
19
  scripts = """
20
  async () => {
21
  function waitForElementById(id, callback) {