pep8 cleanup
[erdslangetjie.git] / erdslangetjie / __main__.py
index ce2864b484b9bfddcb6786c618be851edac7ed76..aa261e447d0ae52feb4ba678befc5960aa5bbda2 100644 (file)
@@ -256,9 +256,9 @@ class Screen(Widget):
                 pos=((1026 - 200) / 2 - 100, 100))
         self.stop_button.bind(on_ref_press=self.app.stop_app)
         self.start_button = Label(
-                text="[ref=start][color=00ff66]" + self.START + "[/color][/ref]",
+                text="[ref=start][color=00ff66]%s[/color][/ref]" % self.START,
                 font_size=30,
-                markup = True, size=(200, 40),
+                markup=True, size=(200, 40),
                 pos=((1026 - 200) / 2 + 100, 100))
         self.start_button.bind(on_ref_press=self.app.start_game)
         self.add_widget(self.stop_button)