This commit is contained in:
Zack Meier
2026-04-15 15:45:50 -05:00
commit 1d304511b8
613 changed files with 140998 additions and 0 deletions
@@ -0,0 +1,7 @@
import requests
def send_automation(_data: dict):
_url = 'http://itdnettools.nd.gov/services/automation-tracking.py'
_r = requests.post(_url, json=_data)
return _r.text