Skip to content

Commit e9cd388

Browse files
added log line; updated dependencies
1 parent f01c2dd commit e9cd388

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
backoff==2.2.1
22
beautifulsoup4==4.12.3
33
feedgen==1.0.0
4-
Flask==3.1.0
4+
Flask==3.1.1
55
Flask_APScheduler==1.13.1
66
pyfunctional==1.5.0
7-
Requests==2.32.3
7+
Requests==2.32.4
88
stopwatch.py==2.0.1
99
waitress==3.0.2
1010
peewee==3.18.3

src/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def initDb():
104104

105105

106106
if __name__ == '__main__':
107+
print(f"Starting Hackernewsd. Python version: {sys.version}")
107108
initLogger()
108109
initDb()
109110
rcFile = json.loads(readRcFile())

0 commit comments

Comments
 (0)