Skip to content

Commit

Permalink
Fixed bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 authored Aug 3, 2017
1 parent 8d87ee6 commit b89f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@ def load_settings(settingsfile):
BANNED_IPS = settings.get("BANNED_IPS", BANNED_IPS)
BANLIMIT = settings.get("BANLIMIT", BANLIMIT)
DEV = settings.get("DEV", DEV)
IGNORE_PATTERN = settings.get("IGNORE_PATTERN", IGNORE_PATTERN)
IGNORE_PATTERN = settings.get("IGNORE_PATTERN", IGNORE_PATTERN)
except Exception as err:
LOG.warning(err)
LOG.warning("Not loading static settings")
Expand Down

0 comments on commit b89f1d8

Please sign in to comment.