Skip to content

Commit

Permalink
remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ekamil committed May 3, 2024
1 parent 5854948 commit e176956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hetzner-domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ def loop(domain: str, interval: int = INTERVAL, *, api_key: str = API_KEY) -> No
Start a while loop and update DOMAIN to a current external IP address periodically
"""
logger.info(f"Starting loop over {domain} with interval of {INTERVAL} seconds")
# TODO: ratelimit
while True:
try:
_create_records_for_my_ip(domain, api_key=api_key)
Expand Down

0 comments on commit e176956

Please sign in to comment.