aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-07-16 00:45:32 +0100
committerGravatar jesopo2018-07-16 00:45:32 +0100
commitf24dc72bcbc731a9799dfe76572567eec6ae98d3 (patch)
tree2a77da99d55809c18dcf9a44c0776c965d19903d
parentuse PRIORITY_URGENT in perform.py (diff)
signature
set default argparse config argument to bot.conf
-rwxr-xr-xstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.py b/start.py
index 53cba532..50a20728 100755
--- a/start.py
+++ b/start.py
@@ -9,7 +9,7 @@ def bool_input(s):
arg_parser = argparse.ArgumentParser(
description="Python3 event-driven asynchronous modular IRC bot")
-arg_parser.add_argument("--config", "-c", default="bot.json",
+arg_parser.add_argument("--config", "-c", default="bot.conf",
help="Location of the JSON config file")
arg_parser.add_argument("--database", "-d", default="bot.db",
help="Location of the sqlite3 database file")