Fix capitalization and set up some logging to help catch errors.
This commit is contained in:
@@ -29,7 +29,7 @@ except ImportError:
|
||||
|
||||
|
||||
class TargetingMiscViewMinimal(StatsView):
|
||||
name = "targetingmiscViewMinimal"
|
||||
name = "targetingMiscViewMinimal"
|
||||
|
||||
def __init__(self, parent):
|
||||
StatsView.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user