tienfuc/gdcmdtools

gdperm debug error

Opened this issue · 0 comments

python ./gdperm.py 0B2ZOsqPyz09Zfmk5Nk9GQVI1UG44ZE1nSENlcHZXVUpjQXI3SlFSc0lnOTJ3a19Zbm1Kd2M --list --debug debug
INFO:googleapiclient.discovery:URL being requested: GET https://www.googleapis.com/discovery/v1/apis/drive/v2/rest
INFO:googleapiclient.discovery:URL being requested: GET https://www.googleapis.com/drive/v2/about?alt=json
ERROR:root:GDPerm instance has no attribute 'debug'
Traceback (most recent call last):
File "./gdperm.py", line 61, in
result = perm.run()
File "/opt/home/ctf/src/gdcmdtools/gdcmdtools/perm.py", line 35, in run
result = getattr(self, self.action)()
AttributeError: GDPerm instance has no attribute 'debug'