fix bug
This commit is contained in:
parent
e1612fe8d5
commit
a2fd4a59d4
BIN
config/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
config/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
BIN
config/__pycache__/config.cpython-36.pyc
Normal file
BIN
config/__pycache__/config.cpython-36.pyc
Normal file
Binary file not shown.
BIN
mytask/__pycache__/tasks_1004.cpython-36.pyc
Normal file
BIN
mytask/__pycache__/tasks_1004.cpython-36.pyc
Normal file
Binary file not shown.
BIN
mytask/__pycache__/tasks_1016.cpython-36.pyc
Normal file
BIN
mytask/__pycache__/tasks_1016.cpython-36.pyc
Normal file
Binary file not shown.
BIN
mytask/__pycache__/tasks_2001.cpython-36.pyc
Normal file
BIN
mytask/__pycache__/tasks_2001.cpython-36.pyc
Normal file
Binary file not shown.
BIN
mytask/__pycache__/tasks_base.cpython-36.pyc
Normal file
BIN
mytask/__pycache__/tasks_base.cpython-36.pyc
Normal file
Binary file not shown.
BIN
mytask/__pycache__/tga.cpython-36.pyc
Normal file
BIN
mytask/__pycache__/tga.cpython-36.pyc
Normal file
Binary file not shown.
@ -262,7 +262,8 @@ class GetFromTga:
|
||||
temp['adv_id_state']=int(temp['adv_id_state'])
|
||||
temp['ad_type'] = ad_types[temp.get('ad_type_id')]
|
||||
temp['ad_status'] = adv_id_state[temp.get('adv_id_state')]
|
||||
if temp['activity_id'] == 101:
|
||||
print(f"1 {temp}")
|
||||
if temp['ad_type_id'] == 101:
|
||||
temp['area_name'] = area_name[temp.get('activity_id_str')]
|
||||
self.write_tga_files(temp)
|
||||
except Exception:
|
||||
|
BIN
ops/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
ops/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
BIN
ops/__pycache__/mmysql.cpython-36.pyc
Normal file
BIN
ops/__pycache__/mmysql.cpython-36.pyc
Normal file
Binary file not shown.
BIN
ops/__pycache__/mtga.cpython-36.pyc
Normal file
BIN
ops/__pycache__/mtga.cpython-36.pyc
Normal file
Binary file not shown.
BIN
ops/__pycache__/plog.cpython-36.pyc
Normal file
BIN
ops/__pycache__/plog.cpython-36.pyc
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user