fix to not use example config by default
This commit is contained in:
2
main.py
2
main.py
@@ -12,7 +12,7 @@ from email.mime.multipart import MIMEMultipart
|
|||||||
# Arguments parse
|
# Arguments parse
|
||||||
parser = argparse.ArgumentParser(description='Reddit notify on keywords')
|
parser = argparse.ArgumentParser(description='Reddit notify on keywords')
|
||||||
parser.add_argument("--config", type=str, help="name of config file",
|
parser.add_argument("--config", type=str, help="name of config file",
|
||||||
default='config.ini.example')
|
default='config.ini')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# Config parse
|
# Config parse
|
||||||
|
Reference in New Issue
Block a user