mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Fix the Aegis database importer
This commit is contained in:
parent
990acd36a6
commit
b89927bb3e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class AegisImporter extends DatabaseImporter {
|
|||
DatabaseFile file = new DatabaseFile();
|
||||
file.deserialize(bytes);
|
||||
Database db = new Database();
|
||||
db.deserialize(file.getContent());
|
||||
db.deserialize(file.getContent(), false);
|
||||
return db.getKeys();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue