finally something not an import error

This commit is contained in:
Jay Lee
2026-07-03 10:56:34 -04:00
parent eb37fc571e
commit 9088ce782e
22 changed files with 46 additions and 46 deletions

View File

@@ -1081,7 +1081,7 @@ def getDriveFileAttribute(myarg, body, parameters, updateCmd):
body.setdefault('contentHints', {})
body['contentHints']['indexableText'] = _getMain().getString(Cmd.OB_STRING)
elif myarg == 'securityupdate':
body['linkShareMetadata'] = {'securityUpdateEnabled': getBoolean(), 'securityUpdateEligible': True}
body['linkShareMetadata'] = {'securityUpdateEnabled': _getMain().getBoolean(), 'securityUpdateEligible': True}
elif myarg == 'timestamp':
parameters[DFA_TIMESTAMP] = _getMain().getBoolean()
elif myarg == 'timeformat':