Chris commited on
Commit
d8abd6c
·
1 Parent(s): 0d9081d
Files changed (1) hide show
  1. src/app.py +1 -2
src/app.py CHANGED
@@ -568,8 +568,7 @@ def main():
568
  "debug": not is_production,
569
  "show_error": True,
570
  "quiet": is_production,
571
- "favicon_path": None,
572
- "show_tips": False
573
  }
574
 
575
  if is_production:
 
568
  "debug": not is_production,
569
  "show_error": True,
570
  "quiet": is_production,
571
+ "favicon_path": None
 
572
  }
573
 
574
  if is_production: