Commander: Bump version -> 2.1
parent
b3e8175734
commit
4f5fcd536b
|
@ -20,6 +20,7 @@ import errno
|
|||
|
||||
class Commander(object):
|
||||
print "[*] WiFi Pineapple Commander Module"
|
||||
print "[*] peace to: sebkinne & tesla"
|
||||
|
||||
def run(self):
|
||||
while True:
|
||||
|
@ -118,4 +119,4 @@ if __name__ == '__main__':
|
|||
commander.parseConfig()
|
||||
commander.printConfig()
|
||||
commander.connect()
|
||||
commander.run()
|
||||
commander.run()
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"tetra"
|
||||
],
|
||||
"title": "Commander",
|
||||
"version": "2.0"
|
||||
}
|
||||
"version": "2.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue