Skip to content

Commit

Permalink
Merge 2be6ae0 into 48bea12
Browse files Browse the repository at this point in the history
  • Loading branch information
Xumeiquer committed Oct 12, 2016
2 parents 48bea12 + 2be6ae0 commit c103ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask_analytics/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def __init__(self, app=None, disable_context_processor=False):
self.init_app(app, not(disable_context_processor))

def init_app(self, app, context_processor):
self.app = app
self.build_source(app.config)

if context_processor:
Expand Down

0 comments on commit c103ecf

Please sign in to comment.