fix share_usage_data path opening
This commit is contained in:
parent
990eeb4612
commit
4c67bab77a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def start():
|
|||
sud_state = 'false'
|
||||
try:
|
||||
sud_path = f'{private_storage_dir}/sud';
|
||||
with open(sud_state, 'r') as file:
|
||||
with open(sud_path, 'r') as file:
|
||||
sud_state = file.read()
|
||||
except Exception:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue