1
0
Fork 0
satnogs-network/network/base
Fabian P. Schmidt 3609e46b78 Fix demod data display for utf-8 decodable non-CW observations (W1612)
Previously for unicode decode-able frames in observations where the transmitter
type was not CW, the hex dump was malformed and contained the unicode decoded
text instead.

Fixes the unicode-builtin (W1612) pylint errors as well.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2019-12-31 13:26:47 +01:00
..
fixtures Added frequency_max to fixtures so initialize will work 2017-03-20 19:42:32 +11:00
management Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
migrations Add indexes on models with ordering 2019-11-25 20:23:41 +02:00
templatetags Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
__init__.py Refactor project 2014-12-19 15:06:58 +02:00
admin.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
context_processors.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
db_api.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
decorators.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
forms.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
managers.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
models.py Fix demod data display for utf-8 decodable non-CW observations (W1612) 2019-12-31 13:26:47 +01:00
perms.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
scheduling.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
stats.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
tasks.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
test_utils.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
tests.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
urls.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
utils.py utils/export_as_csv: Use str instead of unicode-builtin (W1612) 2019-12-31 13:26:47 +01:00
validators.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
views.py views/observation_new_post: Reduce branches (R0912) 2019-12-31 09:15:06 +00:00