Tell export-bugzilla to not store the bugzilla token on disc
This commit is contained in:
parent
c8b0aab89c
commit
94cbd4bc21
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if __name__ == '__main__':
|
|||
bzGroup = args[1]
|
||||
|
||||
server = bugzilla.Bugzilla(url=BZSERVER, user=BZUSER, password=BZPASS,
|
||||
cookiefile=None)
|
||||
cookiefile=None, tokenfile=None)
|
||||
bugzilla_queue = BugzillaQueue.query.join('group').filter_by(
|
||||
name=ourGroup)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue