Ahmad Hammoudeh commited on
Commit
f51128c
·
1 Parent(s): 2ec2a9e

Update msg_encX.py

Browse files
Files changed (1) hide show
  1. msg_encX.py +1 -1
msg_encX.py CHANGED
@@ -10,7 +10,7 @@ import rsa
10
  import string
11
 
12
 
13
- def seedx(path , User_passcode=0, N_days=os.environ['N_days'], encryption_difficulty = os.environ['encryption_difficulty']):
14
  try:
15
  with open(path +'indx.txt') as f:
16
  old_day_index = int(f.read())
 
10
  import string
11
 
12
 
13
+ def seedx(path , User_passcode=0, N_days=int(os.environ['N_days']), encryption_difficulty = int(os.environ['encryption_difficulty'])):
14
  try:
15
  with open(path +'indx.txt') as f:
16
  old_day_index = int(f.read())