mirror of
https://github.com/FAUSheppy/simple-webhook-handler
synced 2025-12-06 20:21:36 +01:00
rename default config file
This commit is contained in:
@@ -36,6 +36,6 @@ if __name__ == "__main__":
|
||||
|
||||
parser.add_argument("-i", "--interface", default="0.0.0.0", help="Interface to listen on")
|
||||
parser.add_argument("-p", "--port", default="5000", help="Port to listen on")
|
||||
parser.add_argument("-c", default="webhooks.config", help="Config for handling of webhooks")
|
||||
parser.add_argument("-c", default="webhook.config", help="Config for handling of webhooks")
|
||||
args = parser.parse_args()
|
||||
app.run(host=args.interface, port=args.port)
|
||||
|
||||
Reference in New Issue
Block a user