add shebang

This commit is contained in:
Dan Hamik 2024-11-25 14:13:29 -06:00
parent 036afddf2c
commit b5d3749ca3

@ -1,3 +1,4 @@
#!/usr/bin/python3
import requests import requests
import datetime import datetime
from tabulate import tabulate from tabulate import tabulate