Update example.py

master
rubenwardy 2014-02-05 13:45:06 +00:00
parent 4a252076dc
commit 53b0b32988
1 changed files with 6 additions and 0 deletions

View File

@ -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()