Updated scanner script url to use prod server

This commit is contained in:
keplyx 2019-08-02 09:40:29 +02:00
parent 0a30eb6d68
commit 4be6a2b86a

View file

@ -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: