Skip to content

Commit

Permalink
Update igruha_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeDarkAdam committed Nov 5, 2024
1 parent 593ecf8 commit f01e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igruha_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run(self, urls=None):
# self.process_url(index, url)

if os.getenv('GITHUB_ACTIONS') == 'true':
mininterval_value = 60 # Для GitHub Actions
mininterval_value = 30 # Для GitHub Actions
print('Running on GitHub Actions')
logging.info('Running on GitHub Actions')
else:
Expand Down

0 comments on commit f01e761

Please sign in to comment.