mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Only list zip files in backups list
This commit is contained in:
parent
bb2621c723
commit
f6975912f4
@ -1023,6 +1023,7 @@ class ServerInstance:
|
||||
"size": f["size"],
|
||||
}
|
||||
for f in files
|
||||
if f["path"].endswith(".zip")
|
||||
]
|
||||
|
||||
def jar_update(self):
|
||||
|
Loading…
Reference in New Issue
Block a user