My application has long had this after login, don't remember why, but it's giving me error. Do I just remove it?
` garmin.login()
# save session
GARTH_HOME = os.getenv("GARTH_HOME", "~/.garth")
garmin.garth.dump(GARTH_HOME)`
AttributeError: 'Garmin' object has no attribute 'garth'
My application has long had this after login, don't remember why, but it's giving me error. Do I just remove it?
` garmin.login()
AttributeError: 'Garmin' object has no attribute 'garth'