mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -43,6 +43,7 @@ class GdriveSync(plugins.Plugin):
|
|||||||
|
|
||||||
def on_loaded(self):
|
def on_loaded(self):
|
||||||
print("loading ...")
|
print("loading ...")
|
||||||
|
logging.info("loading ..")
|
||||||
# client_secrets.json needs to be not empty
|
# client_secrets.json needs to be not empty
|
||||||
if os.stat("/root/client_secrets.json").st_size == 0:
|
if os.stat("/root/client_secrets.json").st_size == 0:
|
||||||
logging.error("[gDriveSync] /root/client_secrets.json is empty. Please RTFM!")
|
logging.error("[gDriveSync] /root/client_secrets.json is empty. Please RTFM!")
|
||||||
|
Reference in New Issue
Block a user