diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-01-19 21:15:17 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-09-04 00:27:30 +0200 |
commit | 13bac75a24e98c7b8a8c88bbd9050b9be573ad42 (patch) | |
tree | 7475e7fd9e17575c2281dbae3f3b15dcc6657e58 /src/mount.wikipediafs | |
parent | 6b1044b37dce83d6930a17237a891ee00c6875d1 (diff) | |
download | wikipediafs-13bac75a24e98c7b8a8c88bbd9050b9be573ad42.tar.gz |
WIP: some logging
Diffstat (limited to 'src/mount.wikipediafs')
-rwxr-xr-x | src/mount.wikipediafs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.wikipediafs b/src/mount.wikipediafs index 50d7541..d31b31d 100755 --- a/src/mount.wikipediafs +++ b/src/mount.wikipediafs @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # WikipediaFS |