UNCLASSIFIED

Commit ec6f8edb authored by Joshua Eason's avatar Joshua Eason
Browse files

Update projects.py

parent 8133980c
......@@ -101,6 +101,7 @@ def check(url, token, tid, pid):
'tag_list': '',
'visibility': '',
'wiki_access_level': '',
'restrict_user_defined_variables': '',
}
for i in parameters.keys():
......@@ -134,4 +135,4 @@ def fix(url, token, tid, pid):
def fixParameter(url, token, id, key, value):
logging.debug("Setting " + str(key) + ": " + str(value))
__setParameter(url, token, id, key, value)
\ No newline at end of file
__setParameter(url, token, id, key, value)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment