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