Untitled
unknown
plain_text
3 years ago
406 B
8
Indexable
if 'overRide' in adminVariableValue.keys() and adminVariableValue['overRide'] in ('YES' or 'NO'):
overide = adminVariableValue['overRide']
else:
print("overRide flag not set in admin variables...Fetching flag from config file")
if configProperties.has_option("config","overRide"):
overide = configProperties.get("config", "overRide")Editor is loading...