Update readme

This commit is contained in:
DarkPhoenix
2019-10-03 09:47:43 +03:00
parent 873a62e3f0
commit 26b3dff9d4
2 changed files with 12 additions and 14 deletions

View File

@@ -65,9 +65,7 @@ class ErrorHandler:
class ErrorFrame(AuxiliaryFrame):
def __init__(self, parent=None, error_title='Error!'):
super().__init__(
parent, id=wx.ID_ANY, title="pyfa error", pos=wx.DefaultPosition,
size=wx.Size(500, 600))
super().__init__(parent, id=wx.ID_ANY, title="pyfa error", pos=wx.DefaultPosition, size=wx.Size(500, 600))
from eos.config import gamedata_version, gamedata_date