This commit is contained in:
p57492168 2022-07-02 00:16:51 +08:00
parent b9cd5f5b0e
commit d16c4dbb45
1 changed files with 1 additions and 1 deletions

View File

@ -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: