Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizwan-Hasan authored Jan 14, 2021
1 parent 724a1f7 commit a51f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrorlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Mirrorlist():
def __init__(self):
self.mirrorfile = "/tmp/mirrorlist.txt"
self.country_code_dataset = self.appFolder + 'country_code.data'
self.url = "https://www.archlinux.org/mirrorlist/?country=COUNTRYCODE&protocol=http&protocol=https&ip_version=4"
self.url = "https://www.archlinux.org/mirrorlist/?COUNTRYCODEprotocol=http&protocol=https&ip_version=4"

# Mirrorlist getting ↓
def get_mirrorlist(self, country_code):
Expand Down

0 comments on commit a51f1b1

Please sign in to comment.