Пример #1
0
 def on_buttondownload_clicked(self, widget):
     """Event if the button clicked"""
     try:
         Download.Downloadmp3(self.entry1.get_text())
         Download.Downloadmp3.movefile("Download")
         pass
     except Exception as e:
         raise