Skip to content

Commit

Permalink
Merge pull request #3 from foosel/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in a settings property
  • Loading branch information
jslay88 authored May 10, 2018
2 parents 034a7e0 + 77d5f4e commit 7713119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_dropbox_timelapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DropboxTimelapsePlugin(octoprint.plugin.SettingsPlugin,
def get_settings_defaults(self):
return dict(
api_token=None,
delete_afer_upload=False
delete_after_upload=False
)

def get_settings_restricted_paths(self):
Expand Down

0 comments on commit 7713119

Please sign in to comment.