diff --git a/examples/02.py b/examples/02.py index 6cee884..52a6107 100755 --- a/examples/02.py +++ b/examples/02.py @@ -10,8 +10,6 @@ API_HOST_URL = 'https://elab.local:3148/api/v2' # replace with your api key API_KEY = 'apiKey4Test' -# number of days to look back -PERIOD_IN_DAYS = 7 ######################### # END CONFIG # #########################