mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
remove try to expose error
This commit is contained in:
parent
a8d7f85544
commit
f3459fb252
1 changed files with 4 additions and 4 deletions
|
@ -174,7 +174,7 @@ def parse_args(client_agent, args):
|
|||
'synods': parse_synods,
|
||||
}
|
||||
|
||||
try:
|
||||
return clients[client_agent](args)
|
||||
except Exception:
|
||||
return None, None, None, None, None
|
||||
#try:
|
||||
return clients[client_agent](args)
|
||||
#except Exception:
|
||||
# return None, None, None, None, None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue