We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66aeff commit e855044Copy full SHA for e855044
instalacao.py
@@ -17,7 +17,7 @@ def thread_configurar(self):
17
self.java.thread_configurar()
18
self.reportar("Baixando o Caixa")
19
if not os.path.isfile(self.diretorioarcom + "\\Setup.jar"):
20
- file_id = "1M5SFb5f6z459xNLw7COboxXpH-PrBmqq"
+ file_id = "1u0JnYuLxxcOgMTU5iYwMR20SOwBq3vaB"
21
destination = self.diretorioarcom + "\\Setup.jar"
22
self.download_file_from_google_drive(file_id, destination)
23
self.reportar("Download finalizado")
0 commit comments