Browse Source

make sure the printer button always has the class 'connected'

master
manetta 5 years ago
parent
commit
820b51427e
  1. 2
      start.py

2
start.py

@ -45,7 +45,7 @@ def index_lang(lang):
if printer.connected == True:
connection = 'connected'
else:
connection = 'disconnected'
connection = 'connected'
if request.args.get('q', ''):
results, filenames, analytics = readings.request_results(query)

Loading…
Cancel
Save