Skip to content

Commit

Permalink
added redirectors in Prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-alpha committed Jan 15, 2018
1 parent 27c49b1 commit 102baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def DevToolsC(title=None, header=None, message=None, **kwargs):
else:
message = 'Could not retrieve output from externals.'
elif title == 'set_base_url':
base_urls = ["https://bmovies.is","https://bmovies.to","https://bmovies.pro","https://bmovies.online","https://bmovies.club","https://bmovies.ru"]
base_urls = ["https://fmovies.is","https://fmovies.to","https://fmovies.se","https://bmovies.is","https://bmovies.to","https://bmovies.pro","https://bmovies.online","https://bmovies.club","https://bmovies.ru"]
oc = ObjectContainer(title2='Set Base URL')
for u in base_urls:
ch = common.GetEmoji(type=True) if u == fmovies.BASE_URL else common.GetEmoji(type=False)
Expand Down

0 comments on commit 102baa1

Please sign in to comment.