We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6635ed8 commit 41c82d0Copy full SHA for 41c82d0
init.py
@@ -1,10 +1,11 @@
1
#!/usr/bin/python
2
3
-import coderbot
4
-import main
5
import os
6
7
os.chdir("/home/pi/coderbot_lboro/")
8
+import coderbot
+import main
9
+
10
if __name__=="__main__":
11
main.run_server()
scripts/coderbot
@@ -7,7 +7,7 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Web-based Blockly Interface for Pi
-# Description: Web-based Blockly Interface for programming the Pi, goto 10.0.0.10:8080
+# Description: Web-based Blockly Interface for programming the Pi, goto 10.0.0.1:8080
### END INIT INFO
12
13
# Location of daemon python script
0 commit comments