Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Add port number
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Apr 21, 2020
1 parent 191d5af commit f137d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiscrcpy/ux/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def init(self):

@staticmethod
def tcpip_launch():
adb.command(adb.path, '-d tcpip')
adb.command(adb.path, '-d tcpip 5555')

def connect(self):
try:
Expand Down

0 comments on commit f137d1f

Please sign in to comment.