Updated earnapp.py
This commit is contained in:
parent
7cbe96ac3d
commit
014fa22068
1 changed files with 3 additions and 0 deletions
|
@ -29,3 +29,6 @@ class EarnApp:
|
||||||
'Try adding some delay between requests.'})
|
'Try adding some delay between requests.'})
|
||||||
elif r.status_code == 200:
|
elif r.status_code == 200:
|
||||||
return r.json()
|
return r.json()
|
||||||
|
|
||||||
|
def start_monitor(self):
|
||||||
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue