Only list zip files in backups list

This commit is contained in:
amcmanu3 2022-08-07 12:19:58 -04:00
parent bb2621c723
commit f6975912f4

View File

@ -1023,6 +1023,7 @@ class ServerInstance:
"size": f["size"],
}
for f in files
if f["path"].endswith(".zip")
]
def jar_update(self):