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

Commit

Permalink
Remove the redundant stdin request to term
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Aug 27, 2020
1 parent 3a78d9b commit b1f96d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions guiscrcpy/lib/mapper/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,8 @@ def initialize(self, initialize_qt=False):
fixed_pos=fixed_pos,
final_pos=final_pos
)
input()
# Mapper process ended
print("Registration process completed.")
print("Registered mappings are : ", self.config)
print("Writing configuration file...")
self.create_configuration()
self.app.processEvents()
self.app.exec_()


class MapperAsync(QThread):
Expand Down

0 comments on commit b1f96d9

Please sign in to comment.