Skip to content

Commit

Permalink
Update SoloMiner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoXOX3 authored Apr 28, 2024
1 parent d490a41 commit d8f756c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SoloMiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
import context as ctx
sock = None

with open(filename, 'r') as file:
addresses = file.readlines()
for address in addresses:
address=address.strip()

def timer() :
tcx = datetime.now().time()
return tcx
Expand Down

0 comments on commit d8f756c

Please sign in to comment.