fix "gam print browsertokens" with no arguments

This commit is contained in:
Jay Lee
2021-02-03 20:21:25 -05:00
parent 40e92ca3d2
commit 0e09675779

View File

@@ -230,7 +230,7 @@ def revoketoken():
def printshowtokens(csvFormat):
cbcm = build()
query = None
fields = []
fields = None
if csvFormat:
titles = ['token']
csv_rows = []