aswi2020sebela-gitlab/modules/crawler/Utilities/helpers.py @ 5b7675dd
1 |
SKIP = "SKIP" |
---|---|
2 |
UNKNOWN = "UNKNOWN!" |
3 |
|
4 |
|
5 |
def should_skip(device) -> bool: |
6 |
return device['x'] == SKIP or device['y'] == SKIP or device[ |
7 |
'x'] == UNKNOWN or device['y'] == UNKNOWN |
- « Předchozí
- 1
- 2
- 3
- 4
- Další »