From aefd716615819fffdf223b8667c2bfb63eecb440 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 3 Mar 2012 02:03:05 +0100 Subject: [PATCH] typo --- pandora/user/models.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pandora/user/models.py b/pandora/user/models.py index 1120e337..c49c6e09 100644 --- a/pandora/user/models.py +++ b/pandora/user/models.py @@ -48,7 +48,7 @@ class SessionData(models.Model): if self.useragent: self.browser = 'Unknown' for browser in ( - 'Internet Explorer' + 'Internet Explorer', 'Webkit', 'Safari', 'MeeGo', @@ -68,12 +68,12 @@ class SessionData(models.Model): }.get(browser, browser) in self.useragent: self.browser = browser for system in ( - 'Windows', - 'Mac OS X', - 'iOS', - 'Linux', - 'Andorid', - 'MeeGo', + 'Windows', + 'Mac OS X', + 'iOS', + 'Linux', + 'Andorid', + 'MeeGo', ): if { }.get(system, system) in self.useragent: