Skip to content

Commit

Permalink
chore: Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 16, 2024
1 parent 23eaa69 commit 48942be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scrapyd/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def application(config):
bind_address = os.getenv('SCRAPYD_BIND_ADDRESS') or config.get('bind_address', '127.0.0.1')
http_port = int(os.getenv('SCRAPYD_HTTP_PORT') or config.getint('http_port', 6800))
unix_socket_path = os.getenv('SCRAPYD_UNIX_SOCKET_PATH') or config.get('unix_socket_path', '')

poll_interval = config.getfloat('poll_interval', 5)

poller = QueuePoller(config)
Expand Down

0 comments on commit 48942be

Please sign in to comment.