forgot to except an exception with :
This commit is contained in:
@@ -639,7 +639,7 @@ class UI:
|
|||||||
decoder=ANSIDecoder(self.files[index],d.width)
|
decoder=ANSIDecoder(self.files[index],d.width)
|
||||||
print('\x1bc')
|
print('\x1bc')
|
||||||
decoder.as_terminal()
|
decoder.as_terminal()
|
||||||
except
|
except:
|
||||||
pass
|
pass
|
||||||
elif k == 'right':
|
elif k == 'right':
|
||||||
index+=1
|
index+=1
|
||||||
|
|||||||
Reference in New Issue
Block a user