diff options
| author | troido <troido@hotmail.com> | 2017-10-27 23:51:27 +0200 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-10-27 23:51:27 +0200 |
| commit | 8f658d7fe123f0d55f02394f64e72cf7a608d2e1 (patch) | |
| tree | a370991a35721097a4bed6844c7e463046d51d9d | |
| parent | 687bc04dd7988b2b9a34e91397f948c6fa44aad9 (diff) | |
Merge branch 'master' into package
| -rw-r--r-- | asciifarm/client/display/screen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asciifarm/client/display/screen.py b/asciifarm/client/display/screen.py index ee4ba94..9924f9c 100644 --- a/asciifarm/client/display/screen.py +++ b/asciifarm/client/display/screen.py @@ -19,7 +19,6 @@ class Screen: curses.initscr() self.height, self.width = self.stdscr.getmaxyx() self.stdscr.clear() - self.change() def getWidth(self): return self.width |
