commit 24fae870d78d89264eda07bb858f501ba378e3c6 from: noodle date: Thu Jun 12 10:44:03 2025 UTC fix shebang commit - 4e6ae475049343b52957a55a724693bf2ebfa89b commit + 24fae870d78d89264eda07bb858f501ba378e3c6 blob - 831c40eb8b7058b768f3ce79a0e5710960eed8bf blob + 528c94c3190add24c6b7108bd16615bb1eb8ca4b --- passgen.py +++ passgen.py @@ -1,4 +1,4 @@ -#!/r/bin/env python3 +#!/usr/local/bin/python3 """tkinter password generator""" import tkinter as tk import string