Added Lutris import

This commit is contained in:
kramo
2023-03-31 15:22:45 +02:00
parent a53e49610c
commit 780fd0a09f
12 changed files with 241 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
import hashlib
import json
import os
import time
from time import time
def heroic_parser(parent_widget):
@@ -60,7 +60,7 @@ def heroic_parser(parent_widget):
return
heroic_dir = os.path.expanduser(schema.get_string("heroic-location"))
current_time = int(time.time())
current_time = int(time())
importer = parent_widget.importer