Advertisement
Guest User

asdasc

a guest
Mar 8th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.86 KB | None | 0 0
  1. class LoopChanger(QThread):
  2.     def __init__(self, parent = None):
  3.         super(LoopChanger, self).__init__(parent)
  4.    
  5.     def run(self):
  6.         responce = requests.get('чменьк' + auth + 'кук' + passwd + 'пук' + time + 'сереньк', headers = headers)
  7.         while True:
  8.              
  9.  
  10. class Ui_MainWindow(object):
  11.     def setupUi(self, MainWindow):
  12.         О КОШЕЧКИ
  13.     def retranslateUi(self, MainWindow):
  14.         self.pushButton.clicked.connect(self.click_on_start)
  15.         О КНОПОЧКИ
  16.     def click_on_start(self):
  17.         self.auth = ui.lineEdit.text()
  18.         self.passwd = ui.lineEdit_2.text()
  19.         self.time = ui.lineEdit_3.text()
  20.         self.change = ui.lineEdit_4.text()
  21.         self.speed = ui.spinBox.text()
  22.         self.LoopChanger_instance = LoopChanger()
  23.         self.LoopChanger_instance.start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement