summaryrefslogtreecommitdiff
path: root/ranking.py
diff options
context:
space:
mode:
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])
)