Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 7ba1b595
authored
2024-07-27 11:09:31 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Lectura de excel
1 parent
9a588d02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
fosadiaria.py
grep.sh
fosadiaria.py
View file @
7ba1b59
...
...
@@ -110,7 +110,7 @@ class FosaDiaria():
selenium
.
get
(
URL
)
def
BuscarExcelDescargado
(
self
,
tmp
=
"/dev/shm/tmpscdecas_
1
.txt"
):
def
BuscarExcelDescargado
(
self
,
tmp
=
"/dev/shm/tmpscdecas_
4
.txt"
):
test
=
True
n
=
0
while
test
:
...
...
grep.sh
View file @
7ba1b59
#!/bin/bash
ls /home/taller_4/Descargas/ -ls | grep Planilla_Diaria-247 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_
1
.txt
ls /home/taller_4/Descargas/ -ls | grep Planilla_Diaria-247 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_
4
.txt
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment