mirror of
https://github.com/FAUSheppy/simple-webhook-handler
synced 2025-12-06 12:21:34 +01:00
add json module
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
import flask
|
||||
import argparse
|
||||
import json
|
||||
|
||||
app = flask.Flask("webhook-listener")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user