forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
d16c4dbb45
commit
11d80a96cd
|
@ -113,8 +113,8 @@ def make(
|
||||||
if not render:
|
if not render:
|
||||||
os.environ["SDL_VIDEODRIVER"] = "dummy"
|
os.environ["SDL_VIDEODRIVER"] = "dummy"
|
||||||
else:
|
else:
|
||||||
os.environ["DISPLAY"] = os.popen(
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
with open(os.path.join('Palette', 'maps', f'{env_config}.yaml'), 'r') as f:
|
with open(os.path.join('Palette', 'maps', f'{env_config}.yaml'), 'r') as f:
|
||||||
|
|
Loading…
Reference in New Issue