Hi, i have a problem with this python file.
Its f-secure's ASCII World map. I dont know how to fix it. The part that has error is this:
formats = [
u"{name} / {country} {city}",
u"{name} / {country}",
u"{name}",
u"{type}",
]
↧