Skip to content

Commit

Permalink
Python code is blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh authored and github-actions[bot] committed Apr 30, 2024
1 parent c4e12da commit 253795d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terrariumEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,9 @@ def _update_buttons(self):

db_time = (time.time() - start) - measurement_time

buttonLogger.info(f"Updated {button} with new value {new_value:.2f} in {measurement_time+db_time:.2f} seconds.")
buttonLogger.info(
f"Updated {button} with new value {new_value:.2f} in {measurement_time+db_time:.2f} seconds."
)
buttonLogger.debug(
f"Updated {button} with new value {new_value:.2f}. M: {measurement_time:.2f} sec, DB:{db_time:.2f} sec."
)
Expand Down

0 comments on commit 253795d

Please sign in to comment.