Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
xorrior committed Oct 12, 2017
1 parent 442fbbb commit 7031103
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions empire
Original file line number Diff line number Diff line change
Expand Up @@ -1220,10 +1220,6 @@ def start_restful_api(empireMenu, suppress=False, username=None, password=None,
signal.signal(signal.SIGINT, signal.default_int_handler)
sys.exit()

<<<<<<< HEAD

=======
>>>>>>> master
try:
signal.signal(signal.SIGINT, signal_handler)
except ValueError:
Expand Down Expand Up @@ -1268,11 +1264,7 @@ if __name__ == '__main__':
print empire.VERSION

elif args.rest:
<<<<<<< HEAD
# start an Empire instance and RESTful API
=======
# start an Empire instance and RESTful API
>>>>>>> master
main = empire.MainMenu(args=args)
def thread_api(empireMenu):
while serverExitCommand == 'restart':
Expand All @@ -1295,11 +1287,7 @@ if __name__ == '__main__':
start_restful_api(empireMenu=main, suppress=True, username=args.username, password=args.password, port=args.restport)
except SystemExit as e:
pass
<<<<<<< HEAD

=======

>>>>>>> master
else:
# normal execution
main = empire.MainMenu(args=args)
Expand Down

0 comments on commit 7031103

Please sign in to comment.