Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CosmicPampa
CPDataHub
Commits
1eb7a5d4
Commit
1eb7a5d4
authored
Sep 07, 2021
by
Bruno Thomazi Zanette
🎱
Browse files
Delete manejografico.py
parent
440cd79b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Codes/manejografico.py
deleted
100644 → 0
View file @
440cd79b
import
time
import
os
from
datetime
import
date
while
True
:
tempo_p_troca_arquivo
=
24
*
60
*
60
time
.
sleep
(
tempo_p_troca_arquivo
)
#dorme por 24horas
nome
=
date
.
today
().
strftime
(
"histograma%d%m%Y"
)
print
(
f
"levando para pasta o arquivo
{
nome
}
"
)
os
.
rename
(
'graficododia.png'
,
f
'/home/brunoz31/graficos/
{
nome
}
'
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment