Skip to content

Commit

Permalink
deploy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbouchal committed Sep 4, 2015
1 parent 48eb3ba commit 9ae1df7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

print('Starting scraper...')

# activedepts = ['MPO', 'MPSV', 'UV', 'MZd', 'MSMT', 'MF', 'MMR', 'MV', 'MZe', 'MK', 'MSp',
# 'MO', 'MD', 'MZV', 'CSSZ','FS','UP','NKU','CzechInvest','CS-P','CS-S','CS-S2',
# 'CSI','MZP']
activedepts = ['MMR-P']
activedepts = ['MPO', 'MPSV', 'UV', 'MZd', 'MSMT', 'MF', 'MMR', 'MV', 'MZe', 'MK', 'MSp',
'MO', 'MD', 'MZV', 'CSSZ','FS','UP','NKU','CzechInvest','CS-P','CS-S','CS-S2',
'CSI','MZP']
# activedepts = ['MMR-P']

jobsallbodies = []
for dept in activedepts:
Expand Down

0 comments on commit 9ae1df7

Please sign in to comment.