changes APIHandler attribute "dump" to "header" for clarity
This commit is contained in:
@@ -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.")
|
||||
Reference in New Issue
Block a user