service.py

changeset 53
1c934953c3e6
parent 50
2cf22291a4f4
child 55
0f1d046b3f78
--- a/service.py	Tue Aug 29 21:01:57 2017 +0300
+++ b/service.py	Thu Aug 31 21:28:22 2017 +0300
@@ -43,7 +43,7 @@
 			except KeyError:
 				pass
 		else:
-			return name
+			return name[0:1].upper() + name[1:]
 
 tr = Translator()
 for file in listdir('tr'):

mercurial