Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit d4675c8

Browse files
authored
Update login.py
1 parent 32992bc commit d4675c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Help_functions/login.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ def double_click(server, queue="", session=""):
151151
print("Worked successfully at", server)
152152
else:
153153
print("Couldn't work")
154-
time.sleep(3) # some delay
155-
154+
return session
156155

157156
if __name__ == "__main__":
158157
print(define_login_details.__doc__)

0 commit comments

Comments
 (0)