fix typo
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Wed, 17 Nov 2010 20:57:41 +0000 (15:57 -0500)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Wed, 17 Nov 2010 20:57:41 +0000 (15:57 -0500)
aspects/ratelimitaspects.py

index ee2178b..07ccfc6 100644 (file)
@@ -25,7 +25,7 @@ class BaseRateLimit(object):
 
         self.whitelist = []
 
-    def log(self, line)
+    def log(self, line):
         log = open("/var/log/plc_ratelimit.log", "a")
         date = datetime.now().strftime("%d/%m/%y %H:%M")
         log.write("%s - %s\n" % (date, line))