Skip to content

Commit 066d9e1

Browse files
organizando comentarios
1 parent b3ae02a commit 066d9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rapagemFacebook/scrapingMyFaceBook.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
filteReturn = pages['data']
3636

3737
# Armazenando as informações
38-
# Em arquivo
38+
3939
directFile = 'pesquisas/'+pergunta+'.json'
4040
directDB = '/'+pergunta
41-
41+
# Em arquivo
4242
with open( directFile, 'w') as fp:
4343
json.dump(filteReturn, fp)
44-
# Firebase
44+
# Firebase DataBase
4545
firebase.post(directDB, filteReturn)
4646

4747
print ( 'ok...')

0 commit comments

Comments
 (0)