We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317f45c commit 88dd87eCopy full SHA for 88dd87e
octoprint_mrbeam/analytics/usage_handler.py
@@ -366,8 +366,8 @@ def _load_usage_data(self):
366
data["restored"] + 1 if "restored" in data else 1
367
)
368
self._usage_data = data
369
- success = True
370
self._write_usage_data()
+ success = True
371
self._logger.info("Recovered from _backup_file file. Yayy!")
372
except yaml.constructor.ConstructorError:
373
try:
0 commit comments