1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

formatting license

This commit is contained in:
Anson Biggs 2021-01-30 01:11:35 -07:00
parent 4ab1750634
commit 6c1c9ac420

View File

@ -21,7 +21,7 @@ class Symbol:
license = re.sub( license = re.sub(
r"\b\n", r"\b\n",
"", " ",
r.get( r.get(
"https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot/-/raw/master/LICENSE" "https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot/-/raw/master/LICENSE"
).text, ).text,