mirror of
https://github.com/rscmbbng/Border-Check.git
synced 2024-12-26 22:10:41 +01:00
changed python path
This commit is contained in:
parent
84de310fa0
commit
77e20e1583
2
bc
2
bc
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-15 -*-
|
||||||
"""
|
"""
|
||||||
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-15 -*-
|
||||||
"""
|
"""
|
||||||
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
||||||
|
4
main.py
4
main.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-15 -*-
|
||||||
"""
|
"""
|
||||||
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
||||||
@ -77,7 +77,7 @@ class bc(object):
|
|||||||
b = subprocess.Popen(['locate', 'places.sqlite']) # check for Firefox
|
b = subprocess.Popen(['locate', 'places.sqlite']) # check for Firefox
|
||||||
if b != "":
|
if b != "":
|
||||||
self.browser = "F" #Firefox
|
self.browser = "F" #Firefox
|
||||||
self.browser_path = "/home/psy/.mozilla/firefox/cq3sfq0e.default/places.sqlite" #automatic extracion of path
|
self.browser_path = "/Users/ARRA/Library/Application Support/Firefox/Profiles/m9absgs2.default/places.sqlite" #automatic extracion of path
|
||||||
else:
|
else:
|
||||||
self.browser = "C" #Chrome
|
self.browser = "C" #Chrome
|
||||||
self.browser_path = ""
|
self.browser_path = ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-15 -*-
|
||||||
"""
|
"""
|
||||||
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-15 -*-
|
||||||
"""
|
"""
|
||||||
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
|
||||||
|
Loading…
Reference in New Issue
Block a user