mirror of https://gitlab.com/bashrc2/epicyon
Close session after use
parent
a09fca3ba0
commit
b90f0ae3ea
|
@ -906,6 +906,7 @@ def _command_options() -> None:
|
||||||
resolved_url = get_resolved_url(session, argb.resolve)
|
resolved_url = get_resolved_url(session, argb.resolve)
|
||||||
if resolved_url:
|
if resolved_url:
|
||||||
print('Resolved as: ' + resolved_url)
|
print('Resolved as: ' + resolved_url)
|
||||||
|
session.close()
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
http_prefix = 'https'
|
http_prefix = 'https'
|
||||||
|
|
Loading…
Reference in New Issue