Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbdeebb

Browse files
committed
improved lay-out; added call to main()
1 parent f2759a5 commit dbdeebb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Demo/sgi/cd/sendcd.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from socket import *
1010
import getopt
1111

12-
HOST = 'voorn.cwi.nl' # The host where readcd.py is run
13-
PORT = 50505 # Must match the port in readcd.py
12+
HOST = 'voorn.cwi.nl' # The host where readcd.py is run
13+
PORT = 50505 # Must match the port in readcd.py
1414

1515
def main():
1616
try:
@@ -141,3 +141,5 @@ def triple(a, b, c):
141141
def zfill(n):
142142
s = `n`
143143
return '0' * (2 - len(s)) + s
144+
145+
main()

0 commit comments

Comments
 (0)