Commit 4c33c1722711bd06bbb549562d4bbb65d2d8c318
1 parent
02ebe4ac86
Exists in
master
a bug fix
Showing 1 changed file with 0 additions and 8 deletions Side-by-side Diff
main.py
... | ... | @@ -760,14 +760,6 @@ def saveSimCardInfo(imsi, msisdn): |
760 | 760 | |
761 | 761 | json_data = json.dumps(data) |
762 | 762 | |
763 | - try: | |
764 | - pidfile = open('pid.txt', 'w') | |
765 | - pidfile.write(str(getpid())) | |
766 | - pidfile.close() | |
767 | - except: | |
768 | - logger.warning('Failed to | |
769 | - | |
770 | - | |
771 | 763 | with open('simcardinfo.txt', 'w') as f: |
772 | 764 | f.write(json_data) |
773 | 765 | f.closed |