mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-19 18:23:50 -04:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e27887db1a | |||
| 5e50792e80 | |||
| deec249c45 |
@@ -92,7 +92,7 @@ class ObjectStoreMixin:
|
||||
f"{self.__class__.__name__}::Loaded {len(self)} entries from disk.",
|
||||
)
|
||||
LOG.debug(f"{self.data}")
|
||||
except pickle.UnpicklingError as ex:
|
||||
except (pickle.UnpicklingError, Exception) as ex:
|
||||
LOG.error(f"Failed to UnPickle {self._save_filename()}")
|
||||
LOG.error(ex)
|
||||
self.data = {}
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
VERSION="2.4.2"
|
||||
VERSION="2.5.4"
|
||||
|
||||
if [ $ALL_PLATFORMS -eq 1 ]
|
||||
then
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
aioax25>=0.0.10
|
||||
aprslib
|
||||
aprslib>=0.7.0
|
||||
click
|
||||
click-completion
|
||||
flask
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
#
|
||||
aioax25==0.0.10
|
||||
# via -r requirements.in
|
||||
aprslib==0.6.47
|
||||
aprslib==0.7.0
|
||||
# via -r requirements.in
|
||||
backoff==1.11.1
|
||||
# via opencage
|
||||
|
||||
Reference in New Issue
Block a user