Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme.rst update for Raspberry Pi users #35

Merged
merged 3 commits into from
Feb 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reverted ui.py
  • Loading branch information
mh- committed Feb 9, 2019
commit 0d1b1a48c12251bf5c11a195b9e3f43722c3dfd0
5 changes: 1 addition & 4 deletions btlejack/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,7 @@ def on_connection_lost(self):
"""
Connection lost.
"""
print('[!] Connection lost, initializing...')
super().__init__(self.bd_address)

print('[!] Sniffing again...')
print('[!] Connection lost, sniffing again...')
self.sniff()


Expand Down