Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jul 28, 2022
1 parent 92fcae5 commit bcbbcb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smart_prom_next/smart_prom_next.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ def main() -> None:

smart_info_refresh_interval = int(os.environ.get("SMART_INFO_READ_INTERVAL_SECONDS", 60))
print(
f"INFO: Enter metrics refresh loop. smart_info_refresh_interval: {smart_info_refresh_interval}"
f"INFO: Enter metrics refresh loop. "
f"smart_info_refresh_interval: {smart_info_refresh_interval}"
)

while True:
Expand Down

0 comments on commit bcbbcb9

Please sign in to comment.