remove annoyingly hubristic source name

This commit is contained in:
Dimitri Stolnikov 2012-06-22 00:39:35 +02:00
parent b7c06541c3
commit 9c8f240a63
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ if __name__ == '__main__':
head, tail = os.path.split(file)
if tail.startswith('rtlsdr'):
title = 'RTLSDR (official)'
title = 'RTLSDR'
prefix = 'rtlsdr'
elif tail.startswith('osmosdr'):
title = 'OsmoSDR'