Skip to content

Commit 20877d9

Browse files
committed
did i not commit this
1 parent edf6364 commit 20877d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ def hosting_method(self) -> HostingMethod:
115115
if os.environ.get("USING_DOCKER"):
116116
return HostingMethod.DOCKER
117117

118-
if os.environ.get("INVOCATION_ID"):
119-
return HostingMethod.SYSTEMD
120-
121118
if os.environ.get("TERM"):
122119
return HostingMethod.SCREEN
123120

0 commit comments

Comments
 (0)