Changeset 1246

Show
Ignore:
Timestamp:
09/05/06 07:25:04 (2 years ago)
Author:
wmark
Message:

TracRblPatch:

  • fixed: typo
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tracrblpatch/0.9/IsIPBlacklisted.py

    r1075 r1246  
    22 
    33def execute(hdf, args, env): 
    4         return "%s ist blacklisted: %s (%s)" % (args, rbl.is_blacklisted(args.strip(), env.config.get), env.config.get("trac", "rbl")) 
     4        return "%s is blacklisted: %s (%s)" % (args, rbl.is_blacklisted(args.strip(), env.config.get), env.config.get("trac", "rbl"))