diff --git a/example.py b/example.py index cc17feb..4b4d23f 100644 --- a/example.py +++ b/example.py @@ -15,3 +15,9 @@ res = cleaner.run("food.zip","Food Mod","food","This is the food mod","") # The same, but gets from github instead of location res = mm.githubGet("https://github.com/rubenwardy/awards","Achievements","awards","This is the award mod","") + +# Get messages in HTML format +cleaner.reportHTML() + +# Clear messages +cleaner.clear()