.format
This commit is contained in:
parent
2812569593
commit
7ab4f756fe
22 changed files with 69 additions and 78 deletions
|
@ -34,4 +34,4 @@ def fact(inp, say=False, nick=False):
|
|||
|
||||
url = web.try_isgd(link)
|
||||
|
||||
return "%s - %s" % (fact, url)
|
||||
return "{} - {}".format(fact, url)
|
||||
|
|
Reference in a new issue