mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
PEP8 Function name should be lowercase
This commit is contained in:
parent
97e1ed71b3
commit
d8cbf422dd
18 changed files with 221 additions and 221 deletions
|
@ -7,7 +7,7 @@ import core
|
|||
from core import logger
|
||||
|
||||
|
||||
def autoFork(section, inputCategory):
|
||||
def auto_fork(section, inputCategory):
|
||||
# auto-detect correct section
|
||||
# config settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue