Files
we_collect/credentials.py
T
Jens cd300e9f2f - removed jens from credentials
- try except for whole app loop
2024-11-19 11:54:09 +01:00

9 lines
131 B
Python

users = [
{
'username': 'alex',
'password': 'Arielle2024!',
'email': 'alex.thoni@gmx.de',
'vin': 'WVWZZZE1ZMP010760'
}
]