Aria Succumb Rj01212921 Updated File
if remote_date > game_entry.local_last_updated: print(f"[UPDATE AVAILABLE] 'game_entry.title' has a new version!") return True else: print(f"[LATEST] 'game_entry.title' is up to date.") return False
if remote_date > game_entry.local_last_updated: print(f"[UPDATE AVAILABLE] 'game_entry.title' has a new version!") return True else: print(f"[LATEST] 'game_entry.title' is up to date.") return False