Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
crawlersNoticias
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
m3
crawlersNoticias
Commits
c9448423
Commit
c9448423
authored
Oct 26, 2018
by
Renán Sosa Guillen
Browse files
Options
Browse Files
Download
Plain Diff
merge with dev
parents
744d2479
7fe26ef5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backwards_tracker.py
crawler_script/backwards_tracker.py
+1
-1
No files found.
crawler_script/backwards_tracker.py
View file @
c9448423
...
...
@@ -60,7 +60,7 @@ with open(sys.argv[1]) as data_file:
os
.
chdir
(
scrapyDir
+
s
[
'crawler'
])
print
media
print
scrapycommand
#
os.system(scrapycommand)
os
.
system
(
scrapycommand
)
fileSize
=
os
.
stat
(
filename
)
.
st_size
if
fileSize
<=
3
:
os
.
system
(
"rm "
+
filename
)
else
:
...
...
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