Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
x10102 committed Sep 9, 2024
2 parents f2e6781 + fc7039d commit e085d31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 31 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/deploy.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Docker Image CI
name: DockerHub CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

Expand Down
1 change: 1 addition & 0 deletions connectors/rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def _process_new_page(self, update) -> bool:
author = self.get_rss_update_author(update)
if not author:
info('Ignoring {title} in RSS feed (couldn\'t match wikidot username {author} to a user)')
return False
debug(f'Check {title} with ts {timestamp}, last db update was {self.__dbs.lastupdated}')
if title.lower().endswith(IGNORE_BRANCH_TAG):
info(f'Ignoring {title} in RSS feed (not a translation)')
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bcrypt==4.0.1
beautifulsoup4==4.12.2
blinker==1.6.2
cachetools==5.3.1
certifi==2023.7.22
certifi==2024.7.4
charset-normalizer==3.2.0
click==8.1.3
colorama==0.4.6
Expand All @@ -21,7 +21,7 @@ hypercorn==0.14.4
hyperframe==6.0.1
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.3
Jinja2==3.1.4
lxml==4.9.3
MarkupSafe==2.1.3
MechanicalSoup==1.3.0
Expand All @@ -31,15 +31,15 @@ priority==2.0.0
PyJWT==2.8.0
python-dateutil==2.8.2
pytz==2023.3
requests==2.31.0
requests==2.32.0
requests-oauthlib==1.3.1
sgmllib3k==1.0.0
six==1.16.0
soupsieve==2.4.1
tomli==2.0.1
tzdata==2023.3
tzlocal==5.0.1
urllib3==2.0.7
urllib3==2.2.2
waitress==2.1.2
Werkzeug==2.3.8
wsproto==1.2.0
Expand Down

0 comments on commit e085d31

Please sign in to comment.