Updated scanner script url to use prod server
This commit is contained in:
parent
0a30eb6d68
commit
4be6a2b86a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import requests
|
||||
import json
|
||||
|
||||
API_ENDPOINT = "http://localhost/proximo/ajax/scan_article.php"
|
||||
API_ENDPOINT = "https://srv-falcon.etud.insa-toulouse.fr/~proximo/ajax/scan_article.php"
|
||||
|
||||
def get_password():
|
||||
with open('pass') as f:
|
||||
|
|
Loading…
Reference in a new issue