Projects STRLCPY wifi_db Commits bfa1f18d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    database_utils.py
    skipped 21 lines
    22 22   ''''''
    23 23   try:
    24 24   cursor.execute('''INSERT INTO AP VALUES(?,?,?,?,?,?,?,?,?,?,?) ''',
    25  - (bssid, essid, manuf, channel, freqmhz, carrier,
    26  - encryption, packets_total, lat, lon, cloaked))
     25 + (bssid, essid, cloaked, manuf, channel, freqmhz, carrier,
     26 + encryption, packets_total, lat, lon))
    27 27   return int(0)
    28 28   except sqlite3.IntegrityError as error:
    29 29   # errors += 1
    skipped 413 lines
Please wait...
Page is in error, reload to recover