Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor bug fix |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6d7c3e5863031dd0518de04734af03d3 |
User & Date: | kevin 2016-04-02 23:06:06 |
Context
2016-04-03
| ||
02:23 | Changes for Windows port check-in: 12e2a7f0c3 user: kevin tags: trunk | |
2016-04-02
| ||
23:06 | Minor bug fix check-in: 6d7c3e5863 user: kevin tags: trunk | |
22:31 | Add icons check-in: 0e56cb3291 user: kevin tags: trunk | |
Changes
Changes to QuickWho.py.
︙ | ︙ | |||
614 615 616 617 618 619 620 | self.inserturltext('* * * * *\n\n') self.inserturltext('Geolocation powered by http://ip-api.com') self.inserturltext('\n\n') self.update() except KeyError: | < | | | | | < | 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 | self.inserturltext('* * * * *\n\n') self.inserturltext('Geolocation powered by http://ip-api.com') self.inserturltext('\n\n') self.update() except KeyError: self.inserturltext('\n'.join(self.pyurl['raw']) + '\n\n') self.inserturltext('* * * * *\n\n') self.inserturltext('Geolocation powered by http://ip-api.com') self.inserturltext('\n\n') self.update() #If everything goes haywire, return an error message. except: raise self.inserturltext('Unable to retrieve domain information for' + (str(domain.strip('='))) + '.\n\n') try: self.bottomcanvas.delete(self.displaymap) |
︙ | ︙ |