Skip to content

Commit

Permalink
Update Internal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
R̭̮̗̯̳̯̜̳̱̰̮͍̯̯̲̝̥̔ͯ͆̆͌̈͌̽͒̿ͯͤ͂̚ͅͅė̥̜̗͉̦̰͈̺̟̻̦̔ͬͧ̍ͣ̉̚d̦̦̯̩̠̗͔̜̼̬̏ͫ̌̓́ͦ̆̋̅ͯ̌͆͂͑̊̑̄̊T̖̱͕̬̬͈̹̏̆ͮ̽́ͫ̎oor authored Dec 27, 2016
1 parent 919ec58 commit 3dc9316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/Internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,11 @@ def SessionInterative(action,init):
### LOAD SESSIONS ###
def LoadSession(init):
original = init

if AUTO_LOAD_SESSION:
try:
init=SessionInterative("session -i 0",init)
return original
except:extra=False
return SessionInterative("session -i 0",init)
except:err="No exists sessions."
return original

### LOAD GLOBAL VARIABLES ###
Expand Down Expand Up @@ -560,4 +560,4 @@ def UpdateInternalModule(init):
init.var.update({Namevalue:init.extra[Namevalue][0]})
except:Nothing=False

return init
return init

0 comments on commit 3dc9316

Please sign in to comment.