X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=blobdiff_plain;f=getmanga;h=a2d3eca5a4a913811facb037910d9684beffd21b;hp=9a4fa31bf14f349413aac11ca23afecfdf49b24a;hb=66efacb2a5ef64aec6ffb16d7e833a76689f0c06;hpb=631da77ffb787187f8c2d8cf407616dfc8c95cda diff --git a/getmanga b/getmanga index 9a4fa31..a2d3eca 100755 --- a/getmanga +++ b/getmanga @@ -132,7 +132,7 @@ def main(): props = {} if os.path.exists(pfile): with open(pfile, "r") as fp: - for words in splitlines(f): + for words in manga.profile.splitlines(fp): if words[0] == "set" and len(words) > 2: props[words[1]] = words[2] elif words[0] == "lset" and len(words) > 1: