GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
logging.info('Connecting to virtual vending machine on %s:%d'%(options.host,options.port))
...
...
@@ -1110,7 +1110,7 @@ def parse_args():
fromoptparseimportOptionParser
op=OptionParser(usage="%prog [OPTION]...")
op.add_option('-f','--config-file',default='./servers.conf',metavar='FILE',dest='config_file',help='use the specified config file instead of /etc/dispense/servers.conf')
op.add_option('-f','--config-file',default='/etc/dispense2/servers.conf',metavar='FILE',dest='config_file',help='use the specified config file instead of /etc/dispense/servers.conf')
op.add_option('--serial',action='store_true',default=False,dest='use_serial',help='use the serial port')