summaryrefslogtreecommitdiff
path: root/ranking.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-04-05 16:50:56 +0200
committeremkael <emkael@tlen.pl>2017-04-05 16:52:03 +0200
commit96434d7c24c4595ca5c2bd87a340597d416d848d (patch)
treed7883f3bdee826137c66f509c02f0cf83a3d2968 /ranking.py
parent39d20bcd7e431bbe2f084f956ef006c9390e99c7 (diff)
Title updated
Diffstat (limited to 'ranking.py')
-rw-r--r--ranking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranking.py b/ranking.py
index dbcccf0..59b9310 100644
--- a/ranking.py
+++ b/ranking.py
@@ -78,7 +78,7 @@ table = bs4(file('templates/ranking.html'), 'lxml')
table_body = table.select('tbody')[0]
table_row = table_body.select('tr')[0].extract()
-table.select('.page-header h1 small')[0].string = 'z dnia %s' % (
+table.select('.page-header h1 small')[0].string = 'stan na %s' % (
'.'.join(sys.argv[1].split('-')[::-1])
)