You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the : in python3 -m http:server 8000 to a period (python3 -m http.server 8000), which is the correct syntax of the command. Made change in both locations
0 commit comments