Skip to content

Commit

Permalink
Fixed typo in wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
MangriMen committed Jul 8, 2021
1 parent 08de47f commit 4945bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def creation_date(path_to_file):


def get_data_from_site(main):
site = 'https://escapefromTRND.fandom.com'
url_weapons = 'https://escapefromTRND.fandom.com/ru/wiki/%D0%9E%D1%80%D1%83%D0%B6%D0%B8%D0%B5'
url_mods = 'https://escapefromTRND.fandom.com/ru/wiki/%D0%9E%D1%80%D1%83%D0%B6%D0%B5%D0%B9%D0%BD%D1%8B%D0%B5_' \
site = 'https://escapefromtarkov.fandom.com'
url_weapons = 'https://escapefromtarkov.fandom.com/ru/wiki/%D0%9E%D1%80%D1%83%D0%B6%D0%B8%D0%B5'
url_mods = 'https://escapefromtarkov.fandom.com/ru/wiki/%D0%9E%D1%80%D1%83%D0%B6%D0%B5%D0%B9%D0%BD%D1%8B%D0%B5_' \
'%D1%87%D0%B0%D1%81%D1%82%D0%B8_%D0%B8_%D0%BC%D0%BE%D0%B4%D1%8B '

min_s = 0
Expand Down

0 comments on commit 4945bdc

Please sign in to comment.