Skip to content

Commit c453786

Browse files
committed
stuff
1 parent f6508ec commit c453786

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

peanuts.py

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22

3-
# 11/01/2020 - NOTES
3+
# 09/04/2021 - NOTES
44

55
# Updated to Python3
66
# disabled BT scanning as it was being shitty
@@ -322,10 +322,6 @@ def startup_checks():
322322
print(R + 'User is not Root!')
323323
sys.exit()
324324

325-
if uname()[0].startswith("Linux") and not "Darwin" not in uname():
326-
print(R + 'Wrong OS!')
327-
sys.exit()
328-
329325
return
330326

331327
def logo():
@@ -338,8 +334,8 @@ def logo():
338334
339335
\_| \___|\__,_|_| |_|\__,_|\__|___/
340336
%s
341-
%sRelease Date%s: 11/01/2021
342-
%sRelease Version%s: V.3.9
337+
%sRelease Date%s: 09/04/2021
338+
%sRelease Version%s: V.4.0
343339
%sCode%s: Twitter: @NoobieDog
344340
''' %(B,C,R,W,R,W,R,W))
345341
print('['+G+'*'+W+'] Wifi Probe Investigator')
@@ -424,4 +420,4 @@ def btscanning():
424420

425421
# Print Program Time
426422

427-
print(G + '\n Elapsed Time' +W+ ': %s' % (time.time() - start))
423+
print(G + '\n Elapsed Time' +W+ ': %s' % (time.time() - start))

0 commit comments

Comments
 (0)