Skip to content

Commit

Permalink
body fat text change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGabeMan committed Aug 9, 2024
1 parent cdac095 commit 1e779e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitbit_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def fitbit_set_weight(user_weight,user_fat):
logging.info(response.json())
return False

print(f"Succesful writing weight {user_fat} to FitBit API")
print(f"Succesful writing body fat {user_fat} to FitBit API")
logging.info("Succesful writing weight %s to FitBit API", user_fat)
return True

Expand Down

0 comments on commit 1e779e0

Please sign in to comment.