Skip to content

Commit 75d8fa4

Browse files
committed
fix server url
1 parent 11d5520 commit 75d8fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22
import string2string.string2string as s2s
33

4-
#client = s2s.Client('string2string.mybluemix.net')
5-
client = s2s.Client('hackcooper.cloudapp.net')
4+
client = s2s.Client('string2string.mybluemix.net')
5+
#client = s2s.Client('hackcooper.cloudapp.net')
66

77
client.eraseAll()
88

0 commit comments

Comments
 (0)