View Single Post
Old 04-08-2011, 02:56 AM   #3
markoz
Junior Member
markoz began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Dec 2010
Device: none
Quote:
Originally Posted by bubak View Post
I assume your recipe has the correct indentation, what you've written would not run in Python. The feed links have a '0C' instead of '/', so your function must be

Code:
def print_version(self, url):
    return url.replace('artykuly0Cpokaz', 'drukuj-artykul')
Hi, thanks that's working!

Marcin
markoz is offline   Reply With Quote