Skip to content

Commit

Permalink
Adding Tafiti, Windows 8 app, to logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Feb 14, 2013
1 parent 0d75d9e commit 3667972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/user_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,7 @@ def extract_user_agent(request):
platform = 'WP7'
elif 'WP8' in user_agent:
platform = 'WP8'
elif 'Tafiti' in user_agent:
platform = 'Tafiti'

return platform

0 comments on commit 3667972

Please sign in to comment.