mirror of https://github.com/coddrago/Heroku
Attempt to fix web
parent
37afcbb29c
commit
ca78663594
|
@ -334,7 +334,7 @@ class Hikka:
|
||||||
proxy=self.proxy,
|
proxy=self.proxy,
|
||||||
connection=self.conn,
|
connection=self.conn,
|
||||||
)
|
)
|
||||||
if self.arguments.web
|
if getattr(self.arguments, "web", True)
|
||||||
else None
|
else None
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue