Skip to content

Commit

Permalink
Hi
Browse files Browse the repository at this point in the history
  • Loading branch information
resba committed Aug 9, 2024
1 parent aa0f313 commit 257a35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion u_i.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import requests


print("Fetch 1")
re = requests.get("https://app.furrydelphia.org/app/registrar/api/v1/registrants-glimpse/?conIsStaff=true&conCheckedIn=true", headers={"Authorization": "Token ad6a4a0471dfc5d9c1bff90abb10b2bc01d758a6"})

ld = re.json()
Expand All @@ -13,6 +13,7 @@
})

for n in new:
print("Request...")
c = requests.post("https://hooks.jouleworks.net/api/w/jouleworks/jobs/run/f/f/furrydelphia/add_user_to_clock?token=1xTtIEW5fsdENEFkVZg7qOBMk69NqdE4",
json={
"email": n['email'],
Expand Down
2 changes: 1 addition & 1 deletion ufls
Submodule ufls updated from 369299 to bd2d0c

0 comments on commit 257a35a

Please sign in to comment.