Browse Source

Updated scanner script url to use prod server

keplyx 4 years ago
parent
commit
4be6a2b86a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      zapette.py

+ 1
- 1
zapette.py View File

@@ -2,7 +2,7 @@
2 2
 import requests
3 3
 import json
4 4
 
5
-API_ENDPOINT = "http://localhost/proximo/ajax/scan_article.php"
5
+API_ENDPOINT = "https://srv-falcon.etud.insa-toulouse.fr/~proximo/ajax/scan_article.php"
6 6
 
7 7
 def get_password():
8 8
     with open('pass') as f:

Loading…
Cancel
Save