mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix quotes - standardize to single-quoted strings
This commit is contained in:
parent
85b4e22046
commit
c5343889fb
30 changed files with 1257 additions and 1257 deletions
|
@ -5,6 +5,6 @@ import sys
|
|||
|
||||
import nzbToMedia
|
||||
|
||||
section = "NzbDrone"
|
||||
section = 'NzbDrone'
|
||||
result = nzbToMedia.main(sys.argv, section)
|
||||
sys.exit(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue