Tell export-bugzilla to not store the bugzilla token on disc

This commit is contained in:
Pierre-Yves Chibon 2015-02-24 17:32:53 +01:00
parent c8b0aab89c
commit 94cbd4bc21

View file

@ -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)