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

Commit

Permalink
Conver bootstrap_mapper to class method and not staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 27, 2020
1 parent 2a7bb61 commit 9beecb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guiscrcpy/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,7 @@ def network_mgr(self):
self.nm.init()
self.nm.show()

@staticmethod
def bootstrap_mapper():
def bootstrap_mapper(self):
if (os.path.exists(
os.path.join(cfgmgr.get_cfgpath() + "guiscrcpy.mapper.json"))):
from guiscrcpy.lib import mapper
Expand Down

0 comments on commit 9beecb8

Please sign in to comment.