Commit 8eedfa7f authored by Michal Čihař's avatar Michal Čihař

Fix format string

parent fc642832
......@@ -63,7 +63,7 @@ class MathCaptcha(object):
if operator == '-':
first += self.interval[1]
return '{d} {s} {d}'.format(
return '{} {} {}'.format(
first,
operator,
second
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment