forgot to except an exception with :

This commit is contained in:
decoded
2022-03-19 12:30:23 -05:00
parent 92f2b978a5
commit 3a1f8e1eea

View File

@@ -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