added feature on new orderGet refresh orders list fixed bug if i order something from desk 2 as first after db entry 2 desk dont show its ordered items only if i add in desk 1 (querys.py)
This commit is contained in:
parent
a95e8a00b8
commit
35f20e4f63
10 changed files with 103 additions and 33 deletions
2
app.py
2
app.py
|
|
@ -20,7 +20,7 @@ you want async logging.
|
|||
def run(): #TODO: sys.stderr back to a file log??
|
||||
logger.add(sys.stderr, format="{time} {level} {message}", filter="startup", level="INFO")
|
||||
logger.add(sys.stderr, backtrace=True, diagnose=config['OTHER']['log_diagnose'])
|
||||
app.run(debug=False)
|
||||
app.run(debug=False, host="0.0.0.0")
|
||||
|
||||
if __name__ == "__main__":
|
||||
#First startup is handled in DB/handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue