From 2b52ada098aba6ffb594ff86415b1c08b282d7c0 Mon Sep 17 00:00:00 2001 From: Alexander Lutsai Date: Sun, 25 Apr 2021 19:32:45 +0300 Subject: [PATCH] change e-mail --- menu.py | 2 +- mounter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.py b/menu.py index 3e32f5a..0575dc0 100644 --- a/menu.py +++ b/menu.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # coding: utf-8 # License: The MIT License -# Author: Alexander Lutsai +# Author: Alexander Lutsai # Year: 2021 # Description: This script draws menu to choose, mount and unmount drives diff --git a/mounter.py b/mounter.py index b0f422f..2701de1 100644 --- a/mounter.py +++ b/mounter.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # coding: utf-8 # License: The MIT License -# Author: Alexander Lutsai +# Author: Alexander Lutsai # Year: 2021 # Description: This launches script that draws menu to choose, mount and unmount drives from ranger file manager