mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
fix "gam print browsertokens" with no arguments
This commit is contained in:
@@ -230,7 +230,7 @@ def revoketoken():
|
||||
def printshowtokens(csvFormat):
|
||||
cbcm = build()
|
||||
query = None
|
||||
fields = []
|
||||
fields = None
|
||||
if csvFormat:
|
||||
titles = ['token']
|
||||
csv_rows = []
|
||||
|
||||
Reference in New Issue
Block a user