Updated earnapp.py

This commit is contained in:
Yuuki Chan 2023-03-18 12:34:49 +09:00
parent 7cbe96ac3d
commit 014fa22068

View file

@ -29,3 +29,6 @@ class EarnApp:
'Try adding some delay between requests.'})
elif r.status_code == 200:
return r.json()
def start_monitor(self):
pass