summaryrefslogtreecommitdiffstats
path: root/src/translators/griffith2tellico.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/griffith2tellico.py')
-rwxr-xr-xsrc/translators/griffith2tellico.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/translators/griffith2tellico.py b/src/translators/griffith2tellico.py
index 19bf583..24bfb41 100755
--- a/src/translators/griffith2tellico.py
+++ b/src/translators/griffith2tellico.py
@@ -246,12 +246,12 @@ class GriffithParser:
except:
value = str(row[i])
- col = columns[i].tqreplace('[','').tqreplace(']','')
+ col = columns[i].replace('[','').replace(']','')
if col == 'genre' or col == 'studio':
values = value.split('/')
elif col == 'plot' or col == 'notes':
- value = value.tqreplace('\n', '\n<br/>')
+ value = value.replace('\n', '\n<br/>')
values = (value,)
elif col == 'cast':
values = []
@@ -272,7 +272,7 @@ class GriffithParser:
values = (value,)
else:
values = (value,)
- col = col.tqreplace('"','')
+ col = col.replace('"','')
data[col] = values
# get medium