Adding APRS weather info and other APRS improvements.
This commit is contained in:
@ -85,6 +85,7 @@ class AudioWriter(object):
|
||||
file = self.wavefile
|
||||
self.wavefile = self.getWaveFile()
|
||||
|
||||
# if previously open file exists...
|
||||
if file is not None:
|
||||
file.close()
|
||||
tmp_dir = CoreConfig().get_temporary_directory()
|
||||
|
Reference in New Issue
Block a user