Skip to content

Commit

Permalink
Fix Markers typo
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Jan 8, 2024
1 parent 0f0ad5f commit 5c53e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def AddCountryNodePins(self, clear):
try:

if clear:
for m in self.Makers:
for m in self.Markers:
self.MeileMap.remove_marker(m)
self.Markers.clear()

Expand Down Expand Up @@ -592,7 +592,7 @@ def get_ip_address(self, dt):

self.old_ip = self.ip
try:
resolver = DNSRequests.MakeDNSRequest(domain=HTTParams.IFCONFIGDNS, timeout=2.5, lifetime=2)
resolver = DNSRequests.MakeDNSRequest(domain=HTTParams.IFCONFIGDNS, timeout=3.5, lifetime=4)
ifconfig = resolver.DNSRequest()
if ifconfig:
print("%s:%s" % (HTTParams.ICANHAZDNS, ifconfig))
Expand Down

0 comments on commit 5c53e9e

Please sign in to comment.