aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2019-02-22 16:41:21 +0100
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2019-02-22 16:41:21 +0100
commit91056900a5d02a837964bdb63ce70d10bf663e8a (patch)
tree637df4684f198d48aca77996c75806518ffe92dc /app
parent32eed8aaad6e2fbb0796fff89bcf14674d52b6a6 (diff)
textout.touhey.fr -> textout.touhey.org
Diffstat (limited to 'app')
-rwxr-xr-xapp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/__init__.py b/app/__init__.py
index 0fd1fad..7beb17b 100755
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -22,7 +22,7 @@ _gd = lambda *x: _path.relpath(_path.join(_path.dirname(__file__), *x))
app = _Flask('textout',
template_folder = _gd('templates'),
static_folder = _gd('static'), static_url_path = '/static')
-app.config['URL'] = 'https://textout.touhey.fr'
+app.config['URL'] = 'https://textout.touhey.org'
# Register the blueprints.