mirror of
https://github.com/romanz/amodem.git
synced 2026-03-06 14:55:56 +08:00
Made PEP8 changes to several scripts and files.
This commit is contained in:
@@ -34,5 +34,6 @@ def main():
|
||||
|
||||
pylab.show()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
@@ -17,5 +17,6 @@ def main():
|
||||
|
||||
resample(src=sys.stdin, dst=sys.stdout, df=args.df)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user