Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
python_script
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dbebea74
authored
Aug 03, 2024
by
larosa
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
modify
parent
81317e9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
element_14_data_process.py
element_14_data_process.py
View file @
dbebea74
...
@@ -62,8 +62,6 @@ class HandleTxT:
...
@@ -62,8 +62,6 @@ class HandleTxT:
for
index
in
range
(
len
(
data_string
)):
for
index
in
range
(
len
(
data_string
)):
if
index
==
0
:
if
index
==
0
:
continue
continue
if
index
>
10
:
break
row
=
data_string
[
index
]
.
split
(
"|"
)
row
=
data_string
[
index
]
.
split
(
"|"
)
table
=
dict
()
table
=
dict
()
table
[
'price_is_us'
]
=
False
table
[
'price_is_us'
]
=
False
...
...
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