Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
silberzwiebel authored and M-Mueller committed Apr 22, 2019
1 parent e8a9b30 commit 11f0b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if not hasattr(settings, 'BAR_IMG_URL'):
settings.BAR_IMG_URL = None
if not hasattr(settings, 'DEFAULT_QUESTION'):
settings.DEFAULT_QUESTION = None
settings.DEFAULT_QUESTION = ''
if not hasattr(settings, 'DEFAULT_VOTES'):
settings.DEFAULT_VOTES = []

Expand Down

0 comments on commit 11f0b1b

Please sign in to comment.