mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix indent error
This commit is contained in:
parent
a299af5436
commit
fd9bfb8302
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ def migrate():
|
||||||
option, value = item
|
option, value = item
|
||||||
confignew.set(section, option, value)
|
confignew.set(section, option, value)
|
||||||
|
|
||||||
section = "ASCII"
|
section = "ASCII"
|
||||||
original = []
|
original = []
|
||||||
try:
|
try:
|
||||||
original = configold.items(section)
|
original = configold.items(section)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue