Skip to content

Commit a226eef

Browse files
committed
Update main.py
1 parent e71587b commit a226eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def generate(message,authKey = None,short: bool = 1):
142142
print("Provided auth key:",authKey)
143143

144144
if (tldHostname.lower() in allowedHostnames or hostname.lower() in allowedHostnames) or len(allowedHostnames) == 0 or (authKey != None and authKey in authList):
145-
145+
print("Short",short)
146146
return genQRcode(message,short)
147147
elif message == "[rawlink]":
148148
return genQRcode(message,0) #don't send to URL shortener

0 commit comments

Comments
 (0)