Compare commits
No commits in common. "71156487545ce1064f3c1b31d26a236380d6c9d1" and "6342be9defffcf0131c9d996fce0d10ae646699d" have entirely different histories.
7115648754
...
6342be9def
2
app.py
2
app.py
|
|
@ -53,7 +53,7 @@ def write_to_google_spreadsheet(df: pd.DataFrame):
|
||||||
set_with_dataframe(worksheet, df)
|
set_with_dataframe(worksheet, df)
|
||||||
|
|
||||||
|
|
||||||
@huey.periodic_task(crontab(hour='6', minute='0'))
|
@huey.periodic_task(crontab(hour='6'))
|
||||||
def process_daily_report():
|
def process_daily_report():
|
||||||
league = League(league_id=cfg.LEAGUE_ID,
|
league = League(league_id=cfg.LEAGUE_ID,
|
||||||
year=datetime.now().year,
|
year=datetime.now().year,
|
||||||
|
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
services:
|
|
||||||
|
|
||||||
wffrg:
|
|
||||||
image: hub.digitalhippo.tech/wffrg
|
|
||||||
container_name: wffrg
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
ESPN_S2: AECXIXMUNyIjOeCd0tADCaHeEIIGY4RDNWOASmZTtq9HGQIpIJbUBMtStAbQ46emh1nf9Gh7sXgEmAYrLxS15RNo6G8mpsjhFtd6Y%2BWcaMWfaL3UM5RAFc%2B%2FcGuHb78nKC7blX20noSX2t1TDtZxwE4XzhCIeF3Hf6bhahoVCMKDyEdVj2Y9CWbeg13uc60uMrapmANfEo7oiQ6V%2BVHrvpdEaeOCIQH9d%2BNG4vWbks8IbahC4xT6yyWkZzMO0%2BApVipQERksiv3j3t5%2F7EJTWybBTBIvA7336BH1pAFZTpdXOg%3D%3D
|
|
||||||
SWID: E4A066A7-88B9-4683-A066-A788B9268348
|
|
||||||
LEAGUE_ID: 706135232
|
|
||||||
FETCH_LEAGUE: true
|
|
||||||
SPREADSHEET_ID: 1jICMVeOGgRiF97K99ajJ2ExiNnyEiS0f0nOGVpAEy_Y
|
|
||||||
WORKSHEET_NAME: FantasyData
|
|
||||||
networks:
|
|
||||||
- nginx-network
|
|
||||||
volumes:
|
|
||||||
- /home/carlos/projects/python/los-borrachos:/deployment
|
|
||||||
depends_on:
|
|
||||||
- redis
|
|
||||||
|
|
||||||
redis:
|
|
||||||
image: redis
|
|
||||||
healthcheck:
|
|
||||||
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
|
|
||||||
networks:
|
|
||||||
- nginx-network
|
|
||||||
|
|
||||||
networks:
|
|
||||||
nginx-network:
|
|
||||||
external: true
|
|
||||||
Loading…
Reference in a new issue