mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
fix quoting style
This commit is contained in:
parent
87b7f639bb
commit
5aaf88b281
@ -32,4 +32,4 @@ def shipyard_url(loadout, is_beta):
|
||||
encoded = base64.urlsafe_b64encode(out.getvalue()).decode().replace('=', '%3D')
|
||||
url = 'https://beta.coriolis.io/import?data=' if is_beta else 'https://coriolis.io/import?data='
|
||||
|
||||
return f"{url}{encoded}"
|
||||
return f'{url}{encoded}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user