-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_example.py
More file actions
34 lines (31 loc) · 849 Bytes
/
config_example.py
File metadata and controls
34 lines (31 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/env python
#
install = {
"isLinux": False,
"LOGFILE": "./Visametric.log"
}
legalization = {
"landing_page" : "https://ir-appointment.visametric.com/de",
"first_form": {
"city" :"TEHERAN",
"office" : "TEHERAN",
"officetype" : "NORMAL",
"totalPerson" : "1 Antragsteller",
"Zahlungsart":"Karten- und mobile Zahlung",
"paymentCardInput":"000000000",
"date":"1401/10/08",
},
"second_form":{
"scheba_number" : "0000000",
"scheba_name" : "Persish letters!!!!",
"name1" : "NAME",
"surname1" : "SURNAME",
"birthday1" : "01",
"birthmonth1" : "01",
"birthyear1" : "1955",
"passport1" : "",
"phone1" : "091",
"phone21" : "091",
"email1" : "test@gmail.com" ,
}
}