Projects STRLCPY Osintgram Commits 1d7f2c8a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/commands/address/run.py
    skipped 52 lines
    53 53   address = {}
    54 54   for k, v in locations.items():
    55 55   details = self.osintgram.geolocator.reverse(k)
     56 + if not details:
     57 + continue
    56 58   unix_timestamp = dt.datetime.fromtimestamp(v)
    57 59   address[details.address] = unix_timestamp.strftime('%Y-%m-%d %H:%M:%S')
    58 60   
    skipped 23 lines
Please wait...
Page is in error, reload to recover