Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated example of profile updating and saving #372

Merged
merged 1 commit into from
Aug 20, 2019

Commits on Aug 19, 2019

  1. Updated example of profile updating and saving

    It was discovered that using profile.config and profile.devices as left-hand-sides to a .update function was setting them to "none" and the profile.update() was not actually saving.  profile.save() was also causing the profile settings to be blanked out due to the NoneTypes being set to profile.config and profile.devices.  Also expanded profile attribute descriptions to explicitly note types
    Drew Freiberger committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    08d97d1 View commit details
    Browse the repository at this point in the history