From 96434d7c24c4595ca5c2bd87a340597d416d848d Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 5 Apr 2017 16:50:56 +0200 Subject: Title updated --- ranking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ranking.py') 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]) ) -- cgit v1.2.3