diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-05-31 09:22:00 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-05-31 09:22:00 +0300 |
commit | c976495222858c4921454c9294ff73794ae56277 (patch) | |
tree | ea605604f2e8fb2108e01074a1bfb9de93f1e93f /src/home/pio/products.py | |
parent | b02a9c5473267da88a9182a5b06753f62b689042 (diff) |
wip
Diffstat (limited to 'src/home/pio/products.py')
-rw-r--r-- | src/home/pio/products.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/home/pio/products.py b/src/home/pio/products.py index 7649078..388da03 100644 --- a/src/home/pio/products.py +++ b/src/home/pio/products.py @@ -16,10 +16,6 @@ _products_dir = os.path.join( def get_products(): products = [] for f in os.listdir(_products_dir): - # temp hack - if f.endswith('-esp01'): - continue - # skip the common dir if f in ('common',): continue |