This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Fix test script port number.
tags/2.5.0
Matthew Petroff
5 years ago
parent
ca50d05dc4
commit
7820db88aa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/run_tests.py
+ 1
- 1
tests/run_tests.py
View File
@@ -41,7 +41,7 @@ driver.set_window_size(800, 600)
# Load page
print("Loading page...")
driver.get("http://127.0.0.1:
8000
/tests/tests.html")
driver.get("http://127.0.0.1:
12345
/tests/tests.html")
# Make sure viewer loaded
Write
Preview
Loading…
Cancel
Save