'init'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import requests
|
||||
|
||||
profileId = 'XX'
|
||||
url = "http://localhost:50325/api/v1/browser/active?user_id=" + profileId
|
||||
|
||||
response = requests.request("GET", url, headers={}, data={})
|
||||
|
||||
print(response.text)
|
||||
Reference in New Issue
Block a user