ilhamap commited on
Commit
daa54f2
·
verified ·
1 Parent(s): 63c4a92

Update cn.py

Browse files
Files changed (1) hide show
  1. cn.py +1 -1
cn.py CHANGED
@@ -14,7 +14,7 @@ config.read('config.ini')
14
  # Update the rigName in the [Verushash] section
15
  if 'Verushash' in config:
16
  config['Verushash']['rigName'] = worker_name
17
- config['Verushash']['pool1'] = '127.0.0.1:3000'
18
  else:
19
  print("Verushash section not found in config.ini")
20
 
 
14
  # Update the rigName in the [Verushash] section
15
  if 'Verushash' in config:
16
  config['Verushash']['rigName'] = worker_name
17
+ #config['Verushash']['pool1'] = '127.0.0.1:3000'
18
  else:
19
  print("Verushash section not found in config.ini")
20