diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 00:37:14 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 00:37:14 -0200 |
commit | c0f939a7308eff6cc5a9840f6f1525ed46fb34ae (patch) | |
tree | 9c1b4e560f6c68283c6c6980e55073b49b5f37fc /wiki | |
parent | e56404eef1d6882d65f0e4e7ef212a90318afddc (diff) | |
download | tools-c0f939a7308eff6cc5a9840f6f1525ed46fb34ae.tar.gz tools-c0f939a7308eff6cc5a9840f6f1525ed46fb34ae.tar.bz2 tools-c0f939a7308eff6cc5a9840f6f1525ed46fb34ae.tar.xz tools-c0f939a7308eff6cc5a9840f6f1525ed46fb34ae.zip |
Random update stuff
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/lanalysis.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wiki/lanalysis.py b/wiki/lanalysis.py index b61444c..09bc147 100755 --- a/wiki/lanalysis.py +++ b/wiki/lanalysis.py @@ -19,6 +19,7 @@ def showHeader(): print("This stuff analyzes and sorts mobs elementals, races and walkmasks.") ##print "Evol client data validator." print("Run at: " + datetime.datetime.now().isoformat()) + print("Output is: EleMonsters.html") ##print "https://gitlab.com/evol/evol-tools/blob/master/testxml/testxml.py" printSeparator() |