Fix capitalization and set up some logging to help catch errors.

This commit is contained in:
Ebag333
2017-02-26 11:09:56 -08:00
parent a43de00153
commit fbf35edae2
4 changed files with 21 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ except ImportError:
class TargetingMiscViewMinimal(StatsView):
name = "targetingmiscViewMinimal"
name = "targetingMiscViewMinimal"
def __init__(self, parent):
StatsView.__init__(self)