throughout the script `except Exception: print (e)` should be replaced by: `except Exception as e: print (e)`
throughout the script
except Exception: print (e)should be replaced by:
except Exception as e: print (e)