예제 #1
0
파일: sync.py 프로젝트: neux7z/ThunderShell
 def get_prompt(self, guid):
     if not guid == 'exit':
         UI.prompt_no_input(self.redis.get_data('%s:prompt' % guid))
     else:
         UI.prompt_no_input('Main')
예제 #2
0
 def get_prompt(self, guid):
     if not guid == "exit":
         UI.prompt_no_input(
             self.redis.get_data("%s:prompt" % guid).decode())
     else:
         UI.prompt_no_input("Main")
예제 #3
0
파일: sync.py 프로젝트: u53r55/ThunderShell
 def get_prompt(self, guid):
     UI.prompt_no_input(self.redis.get_data("%s:prompt" % guid))