changes APIHandler attribute "dump" to "header" for clarity

This commit is contained in:
2026-02-10 14:52:50 +01:00
parent 5aa7527cca
commit 2117f61f36
3 changed files with 5 additions and 5 deletions

View File

@@ -133,5 +133,5 @@ class Material:
if __name__=="__main__":
head = Header("MyApiKey-123456789abcdef")
print(f"Example header:\n\t{head.dump}\n")
print(f"Example header:\n\t{head.header}\n")
print("Warning: you're not supposed to be running this as the main program.")