diff --git a/jatosAPI.py b/jatosAPI.py index 36c455e..eb00890 100644 --- a/jatosAPI.py +++ b/jatosAPI.py @@ -50,7 +50,7 @@ def get_met(tease): # Get the current timestamp current_time = datetime.now().timestamp() * 1000 # Convert to milliseconds - one_day_ago = current_time - 23*(24 * 60 * 60 * 1000) # 24 hours ago in milliseconds + one_day_ago = current_time - (24 * 60 * 60 * 1000) # 24 hours ago in milliseconds # Initialize an empty list to store study result IDs study_result_ids = []