added post guards to deck.llm
This commit is contained in:
+4
-1
@@ -3,7 +3,10 @@
|
||||
# Created by Luxferre in 2025, released into public domain
|
||||
|
||||
import json, re
|
||||
from deck.time import *
|
||||
try:
|
||||
from deck.time import time
|
||||
except:
|
||||
import time
|
||||
|
||||
# init requests library in a platform-agnostic way
|
||||
requests = None
|
||||
|
||||
Reference in New Issue
Block a user