resource usage graphs

This commit is contained in:
usmannasir
2025-05-02 16:33:00 +05:00
parent e685efa811
commit b160c1b8f8

View File

@@ -2207,6 +2207,10 @@ CREATE TABLE `websiteFunctions_backupsv2` (`id` integer AUTO_INCREMENT NOT NULL
if not Upgrade.executioner(command, command, 1): if not Upgrade.executioner(command, command, 1):
return 0, 'Failed to execute %s' % (command) return 0, 'Failed to execute %s' % (command)
command = 'git clean -f'
if not Upgrade.executioner(command, command, 1):
return 0, 'Failed to execute %s' % (command)
command = 'git pull' command = 'git pull'
if not Upgrade.executioner(command, command, 1): if not Upgrade.executioner(command, command, 1):
return 0, 'Failed to execute %s' % (command) return 0, 'Failed to execute %s' % (command)