Skip to content

Commit

Permalink
Update loader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyfx authored Jun 24, 2016
1 parent 0064c35 commit 4a9e393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def load_yaml_config():
except yaml.YAMLError as exc:
print(exc)

# reformats config to we can easily look up
# reformats config so we can easily look up
# service urls by incoming request route
def remap_services(config):
config['routes'] = {}
Expand Down

0 comments on commit 4a9e393

Please sign in to comment.