Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed Jun 2, 2023
1 parent 86766ef commit c4edfef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openadapt/window/_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ def get_descendants_info(window):
return result

def main():
# import pickle
# import time
# time.sleep(1)
import pickle
import time
time.sleep(1)

# state = get_active_window_state()
# pprint(state)
# pickle.dumps(state)
state = get_active_window_state()
pprint(state)
pickle.dumps(state)


if __name__ == "__main__":
Expand Down

0 comments on commit c4edfef

Please sign in to comment.