pep8 much?
This commit is contained in:
parent
e77e45d8b8
commit
ed50bc746c
33 changed files with 92 additions and 99 deletions
|
@ -11,11 +11,9 @@ def fact(inp, say=False, nick=False):
|
|||
try:
|
||||
fact, link = get_fact()
|
||||
except:
|
||||
pass
|
||||
pass
|
||||
|
||||
return u"%s [ %s ]" % (fact, link)
|
||||
|
||||
|
||||
return u"%s [ %s ]" % (fact, link)
|
||||
|
||||
def get_fact():
|
||||
page = http.get('http://www.omg-facts.com/random')
|
||||
|
|
Reference in a new issue