diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..975f783 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +bin +include +lib +lib64 +__pycache__ diff --git a/pyvenv.cfg b/pyvenv.cfg new file mode 100755 index 0000000..f50c12c --- /dev/null +++ b/pyvenv.cfg @@ -0,0 +1,5 @@ +home = /usr/bin +include-system-site-packages = false +version = 3.12.3 +executable = /usr/bin/python3.12 +command = /usr/bin/python3 -m venv /opt/webhooks diff --git a/servicem8_webhooks.db b/servicem8_webhooks.db index 6dac04d..305da32 100755 Binary files a/servicem8_webhooks.db and b/servicem8_webhooks.db differ