mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-04 19:39:41 +00:00
Fix tabs from PR
This commit is contained in:
@@ -31,7 +31,7 @@ class User(object):
|
||||
if uid is not None:
|
||||
self.pw = pwd.getpwuid(uid)
|
||||
else:
|
||||
try:
|
||||
try:
|
||||
self.pw = pwd.getpwnam(name)
|
||||
except:
|
||||
self.pw = pwd.getpwnam('daemon')
|
||||
|
||||
Reference in New Issue
Block a user