mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
Fallback to using DNS for geoip lookups if the database file is not
available
This commit is contained in:
parent
4eedc1b23e
commit
66ae89122d
2 changed files with 5 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -344,7 +344,7 @@ setup(
|
|||
author = "Andrew Resch, Marcos Pinto, Martijn Voncken, Sadrul Habib Chowdhury",
|
||||
author_email = "andrewresch@gmail.com, markybob@dipconsultants.com, \
|
||||
mvoncken@gmail.com, sadrul@users.sourceforge.net",
|
||||
cmdclass=cmdclass,
|
||||
cmdclass = cmdclass,
|
||||
data_files = _data_files,
|
||||
description = "Bittorrent Client",
|
||||
entry_points = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue