Skip to content

Commit

Permalink
Merge branch 'feature/fix-keen-logging' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Jan 8, 2018
2 parents 7846f20 + 24e9259 commit 7958307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waterbutler/core/remote_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import aiohttp
# from geoip import geolite2

import waterbutler
from waterbutler import settings
from waterbutler.core import utils
from waterbutler.sizes import KBs, MBs, GBs
from waterbutler.version import __version__
from waterbutler.tasks import settings as task_settings


Expand Down Expand Up @@ -71,7 +71,7 @@ async def log_to_keen(action, api_version, request, source, destination=None, er

keen_payload = {
'meta': {
'wb_version': waterbutler.__version__,
'wb_version': __version__,
'api_version': api_version,
'epoch': 1,
},
Expand Down

0 comments on commit 7958307

Please sign in to comment.