Skip to content

Commit

Permalink
missing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jul 16, 2024
1 parent 44b2d4c commit e457622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN pip install -e /tmp/. \
&& rm -rf /root/.cache/pip

COPY ./src/run.py /usr/src/app/run.py
COPY ./src/control_reolink_cam.py /usr/src/app/control_reolink_cam.py
COPY ./src/control_reolink_cam.py /usr/src/app/control_reolink_cam.py
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ tzdata==2024.1 ; python_version >= "3.8" and python_version < "4.0"
ultralytics-thop==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
ultralytics==8.2.50 ; python_version >= "3.8" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4"
zipp==3.19.2 ; python_version >= "3.8" and python_version < "3.10"
zipp==3.19.2 ; python_version >= "3.8" and python_version < "3.10"

0 comments on commit e457622

Please sign in to comment.