1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 18:07:37 +03:00

EDMarketConnector.py: style fix

This commit is contained in:
norohind 2021-08-16 15:28:13 +03:00
parent b30b25216b
commit 8d6fae6ef6
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -130,7 +130,8 @@ if __name__ == '__main__': # noqa: C901
parser.add_argument(
'--capi-pretend-down',
help='Force to raise ServerError on any CAPI query',
action='store_true')
action='store_true'
)
args = parser.parse_args()