mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -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
|
||||
confignew.set(section, option, value)
|
||||
|
||||
section = "ASCII"
|
||||
section = "ASCII"
|
||||
original = []
|
||||
try:
|
||||
original = configold.items(section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue