Skip to content

Commit

Permalink
Merge pull request #213 from ResidenciaTICBrisa/mudanca_actions
Browse files Browse the repository at this point in the history
Corrigindo erro no main.py e mudando execução do script para sábado meia-noite
  • Loading branch information
Victor-oss authored Nov 4, 2023
2 parents 5bb6ed8 + b39d62c commit 365a899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/atualiza_tabelas.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: run main.py

on:
schedule: [{cron: "0 0 * * 5"}] #agendamento
schedule: [{cron: "0 0 * * 6"}] #agendamento

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from scrappers.excelScrapperByHref import ExcelScrapperByHref
from scrappers.excelScrapperAnuarioANP import ExcelScrapperAnuarioANP
from scrappers.zipScrapper import ZipScrapper
from scripts.scrappers.excelScrapperIEA import ExcelScrapperIEA
from scrappers.excelScrapperIEA import ExcelScrapperIEA

if __name__ == '__main__':
year_atual = datetime.now().year
Expand Down

0 comments on commit 365a899

Please sign in to comment.