summaryrefslogtreecommitdiff
path: root/turbo_hipster/cmd/server.py
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-06-04 14:13:31 +1000
committerJoshua Hesketh <josh@nitrotech.org>2015-06-04 14:13:46 +1000
commita4b178d1f1248b6309c40d72eb6c03d53864377b (patch)
treeef604256eba5ffdd4a8cdc7b929c479582db7dbf /turbo_hipster/cmd/server.py
parent5ef62278f3a6ab6ac768d1ae954dc8e9b921a0c8 (diff)
downloadturbo-hipster-a4b178d1f1248b6309c40d72eb6c03d53864377b.tar.gz
Fix hacking and requirements
Change-Id: Ie7a36b0a7957f102b6a1195cdc7c0403cdd9545a
Diffstat (limited to 'turbo_hipster/cmd/server.py')
-rw-r--r--turbo_hipster/cmd/server.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/turbo_hipster/cmd/server.py b/turbo_hipster/cmd/server.py
index 30d8aaf..06f9415 100644
--- a/turbo_hipster/cmd/server.py
+++ b/turbo_hipster/cmd/server.py
@@ -65,8 +65,7 @@ def main():
os.path.join(os.path.dirname(__file__), '../')))
parser = argparse.ArgumentParser()
parser.add_argument('-c', '--config',
- default=
- '/etc/turbo-hipster/config.yaml',
+ default='/etc/turbo-hipster/config.yaml',
help='Path to yaml config file.')
parser.add_argument('-b', '--background', action='store_true',
help='Run as a daemon in the background.')