[DevWiki] Don't caÃpitalize first letter of query ter

master
Sfan5 2013-06-22 00:12:08 +02:00
parent d64c2be4c1
commit 902f327f7a
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ def wik(phenny, input):
a = a.lstrip(':')
if a.isalpha():
language, term = a, b
term = term[0].upper() + term[1:]
term = term.replace(' ', '_')
try: result = wikipedia(term, language)