forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
b9cd5f5b0e
commit
d16c4dbb45
|
@ -114,7 +114,7 @@ def make(
|
|||
os.environ["SDL_VIDEODRIVER"] = "dummy"
|
||||
else:
|
||||
os.environ["DISPLAY"] = os.popen(
|
||||
'printenv grep DISPLAY').read().strip()
|
||||
|
||||
"""
|
||||
|
||||
with open(os.path.join('Palette', 'maps', f'{env_config}.yaml'), 'r') as f:
|
||||
|
|
Loading…
Reference in New Issue