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