fix shebang
All checks were successful
/ Plan (push) Successful in 1m5s

This commit is contained in:
Dan Hamik 2024-11-26 12:31:33 -06:00
parent 11455452d1
commit 5aabd3e7b1

View File

@ -1,4 +1,4 @@
#/usr/bin/python3
#!/usr/bin/python3
import os
import subprocess as sp
import requests