Compare commits

...

2 Commits

Author SHA1 Message Date
1ee6e95c05 Merge pull request 'add shebang' (#15) from work into main
Reviewed-on: #15
2024-11-25 14:13:45 -06:00
b5d3749ca3 add shebang
All checks were successful
/ Plan (push) Successful in 41s
/ Plan (pull_request) Successful in 19s
2024-11-25 14:13:29 -06:00

View File

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