From 893e872da4e9a1e29500e8f0af25073ad5748bd3 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 22 Jul 2022 14:29:31 +0100 Subject: [PATCH] Tidy --- play_audio.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/play_audio.py b/play_audio.py index 41dcb09..57be403 100755 --- a/play_audio.py +++ b/play_audio.py @@ -1,9 +1,13 @@ #!/usr/bin/env python3 +# +# Simple server to stream an .a2s file for playback from Apple II + import socketserver import sys PORT = 1977 + def main(argv): serve_file = argv[1]