Skip to content

Commit e855044

Browse files
authored
Correcao do id do caixa
1 parent e66aeff commit e855044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instalacao.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def thread_configurar(self):
1717
self.java.thread_configurar()
1818
self.reportar("Baixando o Caixa")
1919
if not os.path.isfile(self.diretorioarcom + "\\Setup.jar"):
20-
file_id = "1M5SFb5f6z459xNLw7COboxXpH-PrBmqq"
20+
file_id = "1u0JnYuLxxcOgMTU5iYwMR20SOwBq3vaB"
2121
destination = self.diretorioarcom + "\\Setup.jar"
2222
self.download_file_from_google_drive(file_id, destination)
2323
self.reportar("Download finalizado")

0 commit comments

Comments
 (0)