Hello!
After updating the Google Drive 2.4 plugin, when running a task to create a copy of the Cron database, I receive an error in the Cron logs.
Where to look for the problem?
Traceback (most recent call last):
File "/www/server/panel/plugin/gdrive/gdrive_main.py", line 770, in <module>
q.execute_command(sys.argv)
File "/www/server/panel/plugin/gdrive/gdrive_main.py", line 707, in execute_command
backup_tool.backup_database(args[2], save=int(args[3]), echo_id=args[4])
TypeError: backup_database() got an unexpected keyword argument 'echo_id'