Skip to content

Commit

Permalink
Update david.py
Browse files Browse the repository at this point in the history
Signed-off-by: Somesh Raj <[email protected]>
  • Loading branch information
Someshsw1109 authored May 15, 2024
1 parent dbab887 commit 05321f3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions david.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ def Main(self):
elif "YouTube" in self.reply:
InputExecution(self.reply, result)
Say("sir as per your order i'm opening you tube for you...")

elif "Open My Game website" in self.reply:
InputExecution(self.reply, result)
Say("sir as per your order i'm opening your game website for you...")

elif "facebook" in self.reply:
InputExecution(self.reply, result)
Expand Down Expand Up @@ -247,14 +251,11 @@ def showTime(self):
self.ui.textBrowser.setText(label_date)
self.ui.textBrowser_2.setText(label_time)
if __name__ == "__main__":
WishMe()
StartThread = MainThread()
# app.run(ssl_context=("C:\\ProgramData\\chocolatey\\bin\\self_signed_cert.pem", "C:\\ProgramData\\chocolatey\\bin\\self_signed_key.pem"))
WishMe()
# app.run(ssl_context=("C:\\ProgramData\\chocolatey\\bin\\self_signed_cert.pem", "C:\\ProgramData\\chocolatey\\bin\\self_signed_key.pem"))
while True:
app = QApplication(sys.argv)
David = main()
David.show()
exit(app.exec_())



0 comments on commit 05321f3

Please sign in to comment.