Update py-allspice-documentation.py

This commit is contained in:
Daniel Lindmark 2024-05-15 14:46:50 -05:00
parent a2efd1e29d
commit 87b2624c17

View File

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