mirror of
https://github.com/iv-org/youtube-trusted-session-generator.git
synced 2024-11-22 21:39:43 +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 ./
|
||||
|
||||
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
|
||||
CMD [ "./startup.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user