Skip to content
Snippets Groups Projects
Commit 934f32f2 authored by Dean Jukes's avatar Dean Jukes
Browse files

cleanup unused files

parent 0f791174
Branches
No related tags found
No related merge requests found
import requests
url = 'https://team7-site.vercel.app/api/increment'
MyObj = {'device_id':'Year 3 Classroom','type':'Glass'}
r = requests.post(url, json = MyObj )
print(r.status_code)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment