Skip to content

Commit

Permalink
Update scanandshow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkymkymkymx committed Oct 30, 2020
1 parent 307b8ba commit 46be7d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scanandshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
weatherkey=""
@app.route('/')
def index():
f=open("number.txt",'r')
num=f.readline()
f.close()
#f=open("number.txt",'r')
num=3
#f.close()
return render_template('time.html', number=num)
if __name__ == '__main__':
app.run(
Expand Down

0 comments on commit 46be7d8

Please sign in to comment.