mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
finally something not an import error
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user