Skip to content

Commit

Permalink
Fix domain in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinms committed Jun 13, 2019
1 parent b998159 commit 3019789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fizz3.py
Expand Up @@ -4,7 +4,7 @@
import urllib.request
import urllib.error

domain = 'http://localhost:3004'
domain = 'https://api.noopschallenge.com'

def print_sep(): print('----------------------------------------------------------------------')

Expand Down

0 comments on commit 3019789

Please sign in to comment.