removing traceback
This commit is contained in:
parent
2e242a47bc
commit
3e84ad7468
|
@ -250,6 +250,4 @@ if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
main()
|
main()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
import traceback
|
|
||||||
traceback.print_exc()
|
|
||||||
print('\nCancelled by user. Bye!')
|
print('\nCancelled by user. Bye!')
|
||||||
|
|
Loading…
Reference in New Issue