mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
fix lowercase issues
This commit is contained in:
parent
1d6f79cb09
commit
ac33d26ab1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def migrate():
|
|||
confignew.read(configFilenamenew)
|
||||
|
||||
configold = ConfigParser.ConfigParser()
|
||||
confignew.optionxform = str
|
||||
configold.optionxform = str
|
||||
|
||||
section = "CouchPotato"
|
||||
original = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue