summaryrefslogtreecommitdiff
path: root/turbo_hipster/cmd/server.py
diff options
context:
space:
mode:
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.')