Commit 6318fdbaf073e4d3242e62d4f9cd1bcff05b38f6

Authored by Antoine Goutenoir
1 parent 07c07af5
Exists in master

Change PI email.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
flaskr/controllers/main_controller.py
... ... @@ -49,7 +49,7 @@ OUT_ENCODING = 'utf-8'
49 49  
50 50 # -----------------------------------------------------------------------------
51 51  
52   -pi_email = "didier.barret@irap.omp.eu" # todo: move to content YAML or .env
  52 +pi_email = "didier.barret@gmail.com" # todo: move to content YAML or .env
53 53 # pi_email = "goutte@protonmail.com"
54 54  
55 55 # -----------------------------------------------------------------------------
... ...