diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/common.py b/python/common.py index 80f5226a..a194b09b 100644 --- a/python/common.py +++ b/python/common.py @@ -9,5 +9,5 @@ elif os.name == 'posix': conn = psycopg2.connect(database="ET", user="et_user", password="Serenitas1", - host="192.168.1.108") + host="debian") cursor = conn.cursor() |
