diff options
author | Ben Connors <benconnors@outlook.com> | 2019-10-25 13:24:41 -0400 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-10-25 13:24:41 -0400 |
commit | 2cb483c4812eee903295f76f30aaac0b429245d1 (patch) | |
tree | 875b78c2a93809f4edfa43dd35255e2f6e62be8b /interface/channelbank.py | |
parent | 084b8dce9c1219bb14ed109c5e1c9ae6680d8455 (diff) |
Add preliminary chaser viewer
Diffstat (limited to 'interface/channelbank.py')
-rwxr-xr-x | interface/channelbank.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/interface/channelbank.py b/interface/channelbank.py index c7c7409..e3dec7b 100755 --- a/interface/channelbank.py +++ b/interface/channelbank.py @@ -125,8 +125,6 @@ class ChannelBank: self.win.erase() ncv = {} cols = (self._width-4)//ChannelView.width - with open("out.txt", 'w+') as f: - f.write(str(cols)+'\n') self._sscope = sorted(self.scope, key=lambda a: (a.f.id, a.id)) for n, c in enumerate(self._sscope): row = (n // cols)*ChannelView.height + 1 |