Fix syntax

This commit is contained in:
Daniel Lindmark 2024-05-15 13:39:29 -05:00
parent 63be094231
commit 2bc07445cd

View File

@ -62,7 +62,7 @@ def write_to_file(file_name, string):
f.close()
repository = allspice.get_repo("AllSpice-Demos", "API-Demo")
repository = allspice.get_repository("AllSpice-Demos", "API-Demo")
write_to_file(get_attributes())
print("End-of-file")