summaryrefslogtreecommitdiff
path: root/interface/channelbank.py
diff options
context:
space:
mode:
authorBen Connors <benconnors@outlook.com>2019-10-25 13:24:41 -0400
committerBen Connors <benconnors@outlook.com>2019-10-25 13:24:41 -0400
commit2cb483c4812eee903295f76f30aaac0b429245d1 (patch)
tree875b78c2a93809f4edfa43dd35255e2f6e62be8b /interface/channelbank.py
parent084b8dce9c1219bb14ed109c5e1c9ae6680d8455 (diff)
Add preliminary chaser viewer
Diffstat (limited to 'interface/channelbank.py')
-rwxr-xr-xinterface/channelbank.py2
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