Compare commits

...

2 Commits

Author SHA1 Message Date
ifiguero 0a7cc2a763 requests 2024-03-10 01:25:23 -03:00
ifiguero 507fdf015a reverse 2024-03-10 01:24:29 -03:00
2 changed files with 3 additions and 2 deletions

View File

@ -8,10 +8,10 @@ RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/
RUN echo apscheduler >> /srv/requirements.txt
COPY fetch.backend_proto.py /srv/fetch.py
RUN pip install --no-cache-dir -r /srv/requirements.txt
COPY fetch.backend_proto.py /srv/fetch.py
WORKDIR /srv
RUN chown -R app:app /srv

View File

@ -2,6 +2,7 @@
from apscheduler.schedulers.background import BlockingScheduler
from datetime import datetime
from main import read_file_proto_x_stop, r, tz
import requests
import logging
import os