Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove extraneous r
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jan 20, 2021
1 parent 3eb9fec commit 0cca31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/configure_workers_and_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def generate_worker_files(environ, config_path: str, data_dir: str):
)

# An nginx site config that will be amended to. To be placed in /etc/nginx/conf.d
nginx_config_template_header = r"""
nginx_config_template_header = """
server {
# List on an unoccupied port number
listen 8080;
Expand Down

0 comments on commit 0cca31e

Please sign in to comment.