mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-30 17:09:39 +00:00
Remove creepy warning at start
This commit is contained in:
@@ -132,7 +132,7 @@ class Socket(object):
|
||||
try:
|
||||
self.env = get_env(self.inode)
|
||||
except:
|
||||
log.warning('Unable to get env', exc_info=True)
|
||||
log.debug('Unable to get env', exc_info=True)
|
||||
|
||||
@property
|
||||
def local(self):
|
||||
|
||||
Reference in New Issue
Block a user