feat: fetch tickets from SD using requests + config (SERVER_URL, API_KEY from passwork)
This commit is contained in:
@@ -102,4 +102,3 @@ def list_tickets(from_date="2026-07-20"):
|
||||
if __name__ == "__main__":
|
||||
from_date = sys.argv[1] if len(sys.argv) > 1 else "2026-07-20"
|
||||
list_tickets(from_date)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user