Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Ctri-The-Third/ServiceHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Mar 17, 2022
2 parents 2462130 + 8cfeeb0 commit 830a36c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions freshdesk.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ def get_worklogs(self,ticketID):


url = 'https://%s/api/v2/tickets/%s/time_entries' % (self.host,ticketID)
<<<<<<< HEAD
=======

>>>>>>> 9251d5b9adf5e5c462589e7ef30ed9343ab8f572
AuthString = "Basic %s" % (self.api_key)
r = requests.get (
url,
Expand Down

0 comments on commit 830a36c

Please sign in to comment.