snippets

More or less useful code snippets
Log | Files | Refs

commit b5cad008ea437b626c4fd1d79ab599b17c749061
parent 1ec1c99232a5e3b1ad990d56dbc5f552c53711c5
Author: Vetle Haflan <vetle.haflan@gmail.com>
Date:   Sat, 28 Dec 2019 15:39:48 +0000

Remove work-related alias from vget.py
Diffstat:
Mvget.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vget.py b/vget.py @@ -21,8 +21,7 @@ import argparse DEFAULT_HOST='me' HOST_URLS={ 'me': 'http://localhost:8000', - 'vetle': 'http://localhost:8000', - 'seb': 'http://10.0.0.103:8000' + 'vetle': 'http://localhost:8000' }