Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marek22k committed Oct 22, 2023
1 parent 8db97ff commit 7c148e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File/FileServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def checkSites(self, check_files=False, force_port_check=False):

if not self.port_opened["ipv4"]:
self.tor_manager.startOnions()
self.tor_manager.startDests()
self.i2p_manager.startDests()

if not sites_checking:
check_pool = gevent.pool.Pool(5)
Expand Down

0 comments on commit 7c148e4

Please sign in to comment.