mirror of
https://github.com/iv-org/youtube-trusted-session-generator.git
synced 2024-11-23 05:49:57 +00:00
fixing location for patching
This commit is contained in:
parent
234fb03f08
commit
11f64ec105
@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY docker/scripts/startup.sh ./
|
COPY docker/scripts/startup.sh ./
|
||||||
|
|
||||||
RUN sed -i 's/await self.sleep(0.5)/await self.sleep(2)/' /usr/local/lib/python3.13/site-packages/nodriver/core/browser.py
|
RUN sed -i 's/await self.sleep(0.5)/await self.sleep(2)/' /usr/local/lib/python3.12/site-packages/nodriver/core/browser.py
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
CMD [ "./startup.sh"]
|
CMD [ "./startup.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user