`Press [enter] to continue...
An error occurred: 'SSDT' object has no attribute 'w'
Press [enter] to continue...^CTraceback (most recent call last):
File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1238, in
s.main()
File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1182, in main
self.u.resize(self.w,self.h)
AttributeError: 'SSDT' object has no attribute 'w'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1241, in
input("Press [enter] to continue...")
KeyboardInterrupt
`
After I ran the python file and ran into an error
`Press [enter] to continue... An error occurred: 'SSDT' object has no attribute 'w' Press [enter] to continue...^CTraceback (most recent call last): File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1238, in
s.main()
File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1182, in main
self.u.resize(self.w,self.h)
AttributeError: 'SSDT' object has no attribute 'w'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1241, in
input("Press [enter] to continue...")
KeyboardInterrupt
`