Things have changed a bit over time and now you need to set the profile via options
options = webdriver.FirefoxOptions()
options.profile = webdriver.FirefoxProfile('C:/Users/username/AppData/Roaming/Mozilla/Firefox/Profiles/profilefolder')
driver = webdriver.Firefox(options)