Add supported_languages.txt and image downloading to generate_emu_config.

This commit is contained in:
Mr_Goldberg 2022-08-13 14:38:37 -04:00
parent a4ef72cb3c
commit 63128907fd
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 80 additions and 2 deletions

View file

@ -75,7 +75,7 @@ def generate_stats_achievements(schema, config_directory):
with open(os.path.join(config_directory, "stats.txt"), 'w') as f:
f.write(output_stats)
return (output_ach, output_stats)
return (achievements_out, stats_out)
if __name__ == '__main__':
if len(sys.argv) < 2: