Updated scanner script url to use prod server
This commit is contained in:
父節點
0a30eb6d68
當前提交
4be6a2b86a
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -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:
|
||||
|
|
載入中…
Reference in a new issue