Skip to content

Commit 12f2f92

Browse files
authored
Merge pull request #69 from hashtopolis/cleanup-oldcode
Removed leftover 'pass' statement
2 parents af003a4 + 56237d8 commit 12f2f92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

htpclient/initialize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def __update_information(self):
158158
if os.path.exists("lock.pid"):
159159
os.unlink("lock.pid")
160160
sys.exit(-1)
161-
pass
162161
sleep(5)
163162
self.__update_information()
164163

0 commit comments

Comments
 (0)