Omnibus commited on
Commit
80af009
·
1 Parent(s): 92f57e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,7 +55,7 @@ def details_fn(query):
55
  # pass
56
 
57
  #print(file1.read())
58
- print (links.text)
59
  #print(dict(rr.headers).get("x-frame-options"))
60
 
61
  file.close()
@@ -63,7 +63,7 @@ def details_fn(query):
63
  #with open("myfile.txt", "r") as file1:
64
  # html_out = file1.read()
65
  #out = format_t(html_out)
66
- return links.text
67
 
68
  def first():
69
  out = '''<h1>Loading'''
 
55
  # pass
56
 
57
  #print(file1.read())
58
+ print (links)
59
  #print(dict(rr.headers).get("x-frame-options"))
60
 
61
  file.close()
 
63
  #with open("myfile.txt", "r") as file1:
64
  # html_out = file1.read()
65
  #out = format_t(html_out)
66
+ return links
67
 
68
  def first():
69
  out = '''<h1>Loading'''