new items to test
This commit is contained in:
parent
d155e9f85e
commit
c3f0e24041
11
src/main.py
11
src/main.py
@ -17,6 +17,17 @@ if __name__ == '__main__':
|
|||||||
c_l = ["1005006030884318", ["Natural White", "7W", "E27"]]
|
c_l = ["1005006030884318", ["Natural White", "7W", "E27"]]
|
||||||
print(check_item(c_l))
|
print(check_item(c_l))
|
||||||
|
|
||||||
|
c_l = ["1005005911006056", ["Ender-3 V3 SE"]]
|
||||||
|
print(check_item(c_l))
|
||||||
|
|
||||||
|
|
||||||
|
c_l = ["1005005967514183", ["1KG-White"]]
|
||||||
|
print(check_item(c_l))
|
||||||
|
|
||||||
|
|
||||||
|
# TODO : fix regex for this item
|
||||||
|
c_l = ["1005005777900699", ["Black"]]
|
||||||
|
print(check_item(c_l))
|
||||||
# print(get_item_keys())
|
# print(get_item_keys())
|
||||||
|
|
||||||
# initialize(settings["db"])
|
# initialize(settings["db"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user