Projects STRLCPY wifi_db Commits c2edce80
🤬
  • ■ ■ ■ ■ ■ ■
    wifi_db.py
    skipped 80 lines
    81 81   fake_lat = args.lat
    82 82   fake_lon = args.lon
    83 83   
     84 + # If its without format but ends in dot remove the dot
     85 + if variable.endswith('.'):
     86 + variable = variable[:-1]
     87 + 
    84 88   print(captures)
    85 89   
    86 90   if verbose:
    skipped 114 lines
Please wait...
Page is in error, reload to recover