User Configure Read
Script to read the config user time limit file.
'/home/wcmckee/signinlca/users.cfg'
In [22]:
rdusr = open('/home/wcmckee/signinlca/users.cfg', 'r')
In [23]:
rdusr
Out[23]:
In [24]:
rdtest = rdusr.read().strip('\n\n')
In [26]:
rdn = rdtest.strip('\n')
In [27]:
In [ ]: